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

3 uses

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