Skip to main content

groupCall

Info about a group call.

type tg.GroupCall struct { /* ... */ }

Implements GroupCall.

Fields

NameTypeRequiredDescription
JoinMutedboolWhether the user should be muted upon joining the call
CanChangeJoinMutedboolWhether the current user can change the value of the join_muted flag using phone toggleGroupCallSettings
JoinDateAscboolSpecifies the ordering to use when locally sorting by date and displaying in the UI group call participants.
ScheduleStartSubscribedboolWhether we subscribed to the scheduled call
CanStartVideoboolWhether you can start streaming video into the call
RecordVideoActiveboolWhether the group call is currently being recorded
RtmpStreamboolWhether RTMP streams are allowed
ListenersHiddenboolWhether the listeners list is hidden and cannot be fetched using phone getGroupParticipants. The phone.groupParticipants.count and groupCall participants_count counters will still include listeners.
ConferenceboolWhether this is an E2E conference call.
CreatorboolWhether we're created this group call.
MessagesEnabledboolMessagesEnabled field of GroupCall.
CanChangeMessagesEnabledboolCanChangeMessagesEnabled field of GroupCall.
MinboolMin field of GroupCall.
IDint64yesGroup call ID
AccessHashint64yesGroup call access hash
ParticipantsCountintyesParticipant count
TitlestringGroup call title
StreamDCIDintDC ID to be used for livestream chunks
RecordStartDateintWhen was the recording started
ScheduleDateintWhen is the call scheduled to start
UnmutedVideoCountintNumber of people currently streaming video into the call
UnmutedVideoLimitintyesMaximum number of people allowed to stream video into the call
VersionintyesVersion
InviteLinkstringInvitation link for the conference.
SendPaidMessagesStarsint64SendPaidMessagesStars field of GroupCall.
DefaultSendAsPeerClassDefaultSendAs field of GroupCall.

References