const github.com/gotd/td/tg.GroupCallParticipantVideoTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_video_gen.go#L57: const GroupCallParticipantVideoTypeID = 0x67753ac8
		tl_group_call_participant_video_gen.go#L119: 	return GroupCallParticipantVideoTypeID
		tl_group_call_participant_video_gen.go#L131: 		ID:   GroupCallParticipantVideoTypeID,
		tl_group_call_participant_video_gen.go#L175: 	b.PutID(GroupCallParticipantVideoTypeID)
		tl_group_call_participant_video_gen.go#L206: 	if err := b.ConsumeID(GroupCallParticipantVideoTypeID); err != nil {
		tl_registry_gen.go#L1050: 		GroupCallParticipantVideoTypeID:                                         "groupCallParticipantVideo#67753ac8",
		tl_registry_gen.go#L2832: 		"groupCallParticipantVideo":                                         GroupCallParticipantVideoTypeID,
		tl_registry_gen.go#L4614: 		GroupCallParticipantVideoTypeID:                                         func() bin.Object { return &GroupCallParticipantVideo{} },