const github.com/gotd/td/tg.MessagesRequestURLAuthRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_request_url_auth_gen.go#L70: const MessagesRequestURLAuthRequestTypeID = 0x198fb446
tl_messages_request_url_auth_gen.go#L141: return MessagesRequestURLAuthRequestTypeID
tl_messages_request_url_auth_gen.go#L153: ID: MessagesRequestURLAuthRequestTypeID,
tl_messages_request_url_auth_gen.go#L205: b.PutID(MessagesRequestURLAuthRequestTypeID)
tl_messages_request_url_auth_gen.go#L243: if err := b.ConsumeID(MessagesRequestURLAuthRequestTypeID); err != nil {
tl_registry_gen.go#L1496: MessagesRequestURLAuthRequestTypeID: "messages.requestUrlAuth#198fb446",
tl_registry_gen.go#L3278: "messages.requestUrlAuth": MessagesRequestURLAuthRequestTypeID,
tl_registry_gen.go#L5060: MessagesRequestURLAuthRequestTypeID: func() bin.Object { return &MessagesRequestURLAuthRequest{} },
tl_server_gen.go#L4647: s.handlers[MessagesRequestURLAuthRequestTypeID] = handler
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. |