const github.com/gotd/td/tg.ChatBannedRightsTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_chat_banned_rights_gen.go#L154: const ChatBannedRightsTypeID = 0x9f120418
tl_chat_banned_rights_gen.go#L298: return ChatBannedRightsTypeID
tl_chat_banned_rights_gen.go#L310: ID: ChatBannedRightsTypeID,
tl_chat_banned_rights_gen.go#L494: b.PutID(ChatBannedRightsTypeID)
tl_chat_banned_rights_gen.go#L516: if err := b.ConsumeID(ChatBannedRightsTypeID); err != nil {
tl_registry_gen.go#L942: ChatBannedRightsTypeID: "chatBannedRights#9f120418",
tl_registry_gen.go#L2724: "chatBannedRights": ChatBannedRightsTypeID,
tl_registry_gen.go#L4506: ChatBannedRightsTypeID: func() bin.Object { return &ChatBannedRights{} },
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. |