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

10 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participant_gen.go#L1369: const ChannelParticipantLeftTypeID = 0x1b03f006
		tl_channel_participant_gen.go#L1415: 	return ChannelParticipantLeftTypeID
		tl_channel_participant_gen.go#L1427: 		ID:   ChannelParticipantLeftTypeID,
		tl_channel_participant_gen.go#L1447: 	b.PutID(ChannelParticipantLeftTypeID)
		tl_channel_participant_gen.go#L1470: 	if err := b.ConsumeID(ChannelParticipantLeftTypeID); err != nil {
		tl_channel_participant_gen.go#L1582: 	case ChannelParticipantLeftTypeID:
		tl_registry_gen.go#L599: 		ChannelParticipantLeftTypeID:                             "channelParticipantLeft#1b03f006",
		tl_registry_gen.go#L2381: 		"channelParticipantLeft":                             ChannelParticipantLeftTypeID,
		tl_registry_gen.go#L4163: 		ChannelParticipantLeftTypeID:                             func() bin.Object { return &ChannelParticipantLeft{} },
		tl_registry_gen.go#L5562: 			ChannelParticipantLeftTypeID,