const github.com/gotd/td/tg.ChatAdminRightsTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_chat_admin_rights_gen.go#L129: const ChatAdminRightsTypeID = 0x5fb224d5
tl_chat_admin_rights_gen.go#L243: return ChatAdminRightsTypeID
tl_chat_admin_rights_gen.go#L255: ID: ChatAdminRightsTypeID,
tl_chat_admin_rights_gen.go#L395: b.PutID(ChatAdminRightsTypeID)
tl_chat_admin_rights_gen.go#L416: if err := b.ConsumeID(ChatAdminRightsTypeID); err != nil {
tl_registry_gen.go#L941: ChatAdminRightsTypeID: "chatAdminRights#5fb224d5",
tl_registry_gen.go#L2723: "chatAdminRights": ChatAdminRightsTypeID,
tl_registry_gen.go#L4505: ChatAdminRightsTypeID: func() bin.Object { return &ChatAdminRights{} },
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. |