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,
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. |