github.com/gotd/td/tg.AuthImportBotAuthorizationRequest.BotAuthToken (field)
7 uses
github.com/gotd/td/tg (current package)
tl_auth_import_bot_authorization_gen.go#L55: BotAuthToken string
tl_auth_import_bot_authorization_gen.go#L82: if !(i.BotAuthToken == "") {
tl_auth_import_bot_authorization_gen.go#L108: i.BotAuthToken = from.GetBotAuthToken()
tl_auth_import_bot_authorization_gen.go#L171: b.PutString(i.BotAuthToken)
tl_auth_import_bot_authorization_gen.go#L217: i.BotAuthToken = value
tl_auth_import_bot_authorization_gen.go#L251: return i.BotAuthToken
github.com/gotd/td/telegram/auth
bot.go#L16: BotAuthToken: token,
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. |