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

10 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participant_gen.go#L1105: const ChannelParticipantBannedTypeID = 0x6df8014e
		tl_channel_participant_gen.go#L1174: 	return ChannelParticipantBannedTypeID
		tl_channel_participant_gen.go#L1186: 		ID:   ChannelParticipantBannedTypeID,
		tl_channel_participant_gen.go#L1230: 	b.PutID(ChannelParticipantBannedTypeID)
		tl_channel_participant_gen.go#L1262: 	if err := b.ConsumeID(ChannelParticipantBannedTypeID); err != nil {
		tl_channel_participant_gen.go#L1575: 	case ChannelParticipantBannedTypeID:
		tl_registry_gen.go#L598: 		ChannelParticipantBannedTypeID:                           "channelParticipantBanned#6df8014e",
		tl_registry_gen.go#L2380: 		"channelParticipantBanned":                           ChannelParticipantBannedTypeID,
		tl_registry_gen.go#L4162: 		ChannelParticipantBannedTypeID:                           func() bin.Object { return &ChannelParticipantBanned{} },
		tl_registry_gen.go#L5561: 			ChannelParticipantBannedTypeID,