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

8 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_gen.go#L108: const GroupCallParticipantTypeID = 0xeba636fe
		tl_group_call_participant_gen.go#L260: 	return GroupCallParticipantTypeID
		tl_group_call_participant_gen.go#L272: 		ID:   GroupCallParticipantTypeID,
		tl_group_call_participant_gen.go#L432: 	b.PutID(GroupCallParticipantTypeID)
		tl_group_call_participant_gen.go#L483: 	if err := b.ConsumeID(GroupCallParticipantTypeID); err != nil {
		tl_registry_gen.go#L1027: 		GroupCallParticipantTypeID:                                              "groupCallParticipant#eba636fe",
		tl_registry_gen.go#L2809: 		"groupCallParticipant":                                              GroupCallParticipantTypeID,
		tl_registry_gen.go#L4591: 		GroupCallParticipantTypeID:                                              func() bin.Object { return &GroupCallParticipant{} },