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

10 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_gen.go#L48: const ChatParticipantTypeID = 0xc02d4007
		tl_chat_participant_gen.go#L104: 	return ChatParticipantTypeID
		tl_chat_participant_gen.go#L116: 		ID:   ChatParticipantTypeID,
		tl_chat_participant_gen.go#L144: 	b.PutID(ChatParticipantTypeID)
		tl_chat_participant_gen.go#L164: 	if err := b.ConsumeID(ChatParticipantTypeID); err != nil {
		tl_chat_participant_gen.go#L595: 	case ChatParticipantTypeID:
		tl_registry_gen.go#L123: 		ChatParticipantTypeID:                                    "chatParticipant#c02d4007",
		tl_registry_gen.go#L1905: 		"chatParticipant":                                    ChatParticipantTypeID,
		tl_registry_gen.go#L3687: 		ChatParticipantTypeID:                                    func() bin.Object { return &ChatParticipant{} },
		tl_registry_gen.go#L5595: 			ChatParticipantTypeID,