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,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |