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

10 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participants_filter_gen.go#L42: const ChannelParticipantsRecentTypeID = 0xde3f3c79
		tl_channel_participants_filter_gen.go#L78: 	return ChannelParticipantsRecentTypeID
		tl_channel_participants_filter_gen.go#L90: 		ID:   ChannelParticipantsRecentTypeID,
		tl_channel_participants_filter_gen.go#L105: 	b.PutID(ChannelParticipantsRecentTypeID)
		tl_channel_participants_filter_gen.go#L122: 	if err := b.ConsumeID(ChannelParticipantsRecentTypeID); err != nil {
		tl_channel_participants_filter_gen.go#L1165: 	case ChannelParticipantsRecentTypeID:
		tl_registry_gen.go#L600: 		ChannelParticipantsRecentTypeID:                          "channelParticipantsRecent#de3f3c79",
		tl_registry_gen.go#L2382: 		"channelParticipantsRecent":                          ChannelParticipantsRecentTypeID,
		tl_registry_gen.go#L4164: 		ChannelParticipantsRecentTypeID:                          func() bin.Object { return &ChannelParticipantsRecent{} },
		tl_registry_gen.go#L5565: 			ChannelParticipantsRecentTypeID,