github.com/gotd/td/tg.GroupCallParticipantVideo.Encode (method, view implemented interface methods)

3 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_gen.go#L466: 		if err := g.Video.Encode(b); err != nil {
		tl_group_call_participant_gen.go#L471: 		if err := g.Presentation.Encode(b); err != nil {
		tl_group_call_participant_video_gen.go#L171: func (g *GroupCallParticipantVideo) Encode(b *bin.Buffer) error {