const github.com/gotd/td/tg.ChannelParticipantsBannedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_gen.go#L485: const ChannelParticipantsBannedTypeID = 0x1427a5e1
tl_channel_participants_filter_gen.go#L531: return ChannelParticipantsBannedTypeID
tl_channel_participants_filter_gen.go#L543: ID: ChannelParticipantsBannedTypeID,
tl_channel_participants_filter_gen.go#L563: b.PutID(ChannelParticipantsBannedTypeID)
tl_channel_participants_filter_gen.go#L581: if err := b.ConsumeID(ChannelParticipantsBannedTypeID); err != nil {
tl_channel_participants_filter_gen.go#L1193: case ChannelParticipantsBannedTypeID:
tl_registry_gen.go#L604: ChannelParticipantsBannedTypeID: "channelParticipantsBanned#1427a5e1",
tl_registry_gen.go#L2386: "channelParticipantsBanned": ChannelParticipantsBannedTypeID,
tl_registry_gen.go#L4168: ChannelParticipantsBannedTypeID: func() bin.Object { return &ChannelParticipantsBanned{} },
tl_registry_gen.go#L5569: ChannelParticipantsBannedTypeID,
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. |