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

32 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_gen.go#L100: 	Video GroupCallParticipantVideo
		tl_group_call_participant_gen.go#L104: 	Presentation GroupCallParticipantVideo
		tl_group_call_participant_gen.go#L214: 	GetVideo() (value GroupCallParticipantVideo, ok bool)
		tl_group_call_participant_gen.go#L215: 	GetPresentation() (value GroupCallParticipantVideo, ok bool)
		tl_group_call_participant_gen.go#L858: func (g *GroupCallParticipant) SetVideo(value GroupCallParticipantVideo) {
		tl_group_call_participant_gen.go#L865: func (g *GroupCallParticipant) GetVideo() (value GroupCallParticipantVideo, ok bool) {
		tl_group_call_participant_gen.go#L876: func (g *GroupCallParticipant) SetPresentation(value GroupCallParticipantVideo) {
		tl_group_call_participant_gen.go#L883: func (g *GroupCallParticipant) GetPresentation() (value GroupCallParticipantVideo, ok bool) {
		tl_group_call_participant_video_gen.go#L38: type GroupCallParticipantVideo struct {
		tl_group_call_participant_video_gen.go#L61: 	_ bin.Encoder     = &GroupCallParticipantVideo{}
		tl_group_call_participant_video_gen.go#L62: 	_ bin.Decoder     = &GroupCallParticipantVideo{}
		tl_group_call_participant_video_gen.go#L63: 	_ bin.BareEncoder = &GroupCallParticipantVideo{}
		tl_group_call_participant_video_gen.go#L64: 	_ bin.BareDecoder = &GroupCallParticipantVideo{}
		tl_group_call_participant_video_gen.go#L67: func (g *GroupCallParticipantVideo) Zero() bool {
		tl_group_call_participant_video_gen.go#L91: func (g *GroupCallParticipantVideo) String() string {
		tl_group_call_participant_video_gen.go#L95: 	type Alias GroupCallParticipantVideo
		tl_group_call_participant_video_gen.go#L100: func (g *GroupCallParticipantVideo) FillFrom(from interface {
		tl_group_call_participant_video_gen.go#L118: func (*GroupCallParticipantVideo) TypeID() uint32 {
		tl_group_call_participant_video_gen.go#L123: func (*GroupCallParticipantVideo) TypeName() string {
		tl_group_call_participant_video_gen.go#L128: func (g *GroupCallParticipantVideo) TypeInfo() tdp.Type {
		tl_group_call_participant_video_gen.go#L161: func (g *GroupCallParticipantVideo) SetFlags() {
		tl_group_call_participant_video_gen.go#L171: func (g *GroupCallParticipantVideo) Encode(b *bin.Buffer) error {
		tl_group_call_participant_video_gen.go#L180: func (g *GroupCallParticipantVideo) EncodeBare(b *bin.Buffer) error {
		tl_group_call_participant_video_gen.go#L202: func (g *GroupCallParticipantVideo) Decode(b *bin.Buffer) error {
		tl_group_call_participant_video_gen.go#L213: func (g *GroupCallParticipantVideo) DecodeBare(b *bin.Buffer) error {
		tl_group_call_participant_video_gen.go#L258: func (g *GroupCallParticipantVideo) SetPaused(value bool) {
		tl_group_call_participant_video_gen.go#L269: func (g *GroupCallParticipantVideo) GetPaused() (value bool) {
		tl_group_call_participant_video_gen.go#L277: func (g *GroupCallParticipantVideo) GetEndpoint() (value string) {
		tl_group_call_participant_video_gen.go#L285: func (g *GroupCallParticipantVideo) GetSourceGroups() (value []GroupCallParticipantVideoSourceGroup) {
		tl_group_call_participant_video_gen.go#L293: func (g *GroupCallParticipantVideo) SetAudioSource(value int) {
		tl_group_call_participant_video_gen.go#L300: func (g *GroupCallParticipantVideo) GetAudioSource() (value int, ok bool) {
		tl_registry_gen.go#L4614: 		GroupCallParticipantVideoTypeID:                                         func() bin.Object { return &GroupCallParticipantVideo{} },