type github.com/gotd/td/tg.GroupCallParticipantVideoSourceGroup

24 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_video_gen.go#L49: 	SourceGroups []GroupCallParticipantVideoSourceGroup
		tl_group_call_participant_video_gen.go#L103: 	GetSourceGroups() (value []GroupCallParticipantVideoSourceGroup)
		tl_group_call_participant_video_gen.go#L237: 			g.SourceGroups = make([]GroupCallParticipantVideoSourceGroup, 0, headerLen%bin.PreallocateLimit)
		tl_group_call_participant_video_gen.go#L240: 			var value GroupCallParticipantVideoSourceGroup
		tl_group_call_participant_video_gen.go#L285: func (g *GroupCallParticipantVideo) GetSourceGroups() (value []GroupCallParticipantVideoSourceGroup) {
		tl_group_call_participant_video_source_group_gen.go#L38: type GroupCallParticipantVideoSourceGroup struct {
		tl_group_call_participant_video_source_group_gen.go#L50: 	_ bin.Encoder     = &GroupCallParticipantVideoSourceGroup{}
		tl_group_call_participant_video_source_group_gen.go#L51: 	_ bin.Decoder     = &GroupCallParticipantVideoSourceGroup{}
		tl_group_call_participant_video_source_group_gen.go#L52: 	_ bin.BareEncoder = &GroupCallParticipantVideoSourceGroup{}
		tl_group_call_participant_video_source_group_gen.go#L53: 	_ bin.BareDecoder = &GroupCallParticipantVideoSourceGroup{}
		tl_group_call_participant_video_source_group_gen.go#L56: func (g *GroupCallParticipantVideoSourceGroup) Zero() bool {
		tl_group_call_participant_video_source_group_gen.go#L71: func (g *GroupCallParticipantVideoSourceGroup) String() string {
		tl_group_call_participant_video_source_group_gen.go#L75: 	type Alias GroupCallParticipantVideoSourceGroup
		tl_group_call_participant_video_source_group_gen.go#L80: func (g *GroupCallParticipantVideoSourceGroup) FillFrom(from interface {
		tl_group_call_participant_video_source_group_gen.go#L91: func (*GroupCallParticipantVideoSourceGroup) TypeID() uint32 {
		tl_group_call_participant_video_source_group_gen.go#L96: func (*GroupCallParticipantVideoSourceGroup) TypeName() string {
		tl_group_call_participant_video_source_group_gen.go#L101: func (g *GroupCallParticipantVideoSourceGroup) TypeInfo() tdp.Type {
		tl_group_call_participant_video_source_group_gen.go#L124: func (g *GroupCallParticipantVideoSourceGroup) Encode(b *bin.Buffer) error {
		tl_group_call_participant_video_source_group_gen.go#L133: func (g *GroupCallParticipantVideoSourceGroup) EncodeBare(b *bin.Buffer) error {
		tl_group_call_participant_video_source_group_gen.go#L146: func (g *GroupCallParticipantVideoSourceGroup) Decode(b *bin.Buffer) error {
		tl_group_call_participant_video_source_group_gen.go#L157: func (g *GroupCallParticipantVideoSourceGroup) DecodeBare(b *bin.Buffer) error {
		tl_group_call_participant_video_source_group_gen.go#L189: func (g *GroupCallParticipantVideoSourceGroup) GetSemantics() (value string) {
		tl_group_call_participant_video_source_group_gen.go#L197: func (g *GroupCallParticipantVideoSourceGroup) GetSources() (value []int) {
		tl_registry_gen.go#L4613: 		GroupCallParticipantVideoSourceGroupTypeID:                              func() bin.Object { return &GroupCallParticipantVideoSourceGroup{} },