type github.com/gotd/td/tg.BotsExportedBotToken
21 uses
github.com/gotd/td/tg (current package)
tl_bots_export_bot_token_gen.go#L198: func (c *Client) BotsExportBotToken(ctx context.Context, request *BotsExportBotTokenRequest) (*BotsExportedBotToken, error) {
tl_bots_export_bot_token_gen.go#L199: var result BotsExportedBotToken
tl_bots_exported_bot_token_gen.go#L37: type BotsExportedBotToken struct {
tl_bots_exported_bot_token_gen.go#L47: _ bin.Encoder = &BotsExportedBotToken{}
tl_bots_exported_bot_token_gen.go#L48: _ bin.Decoder = &BotsExportedBotToken{}
tl_bots_exported_bot_token_gen.go#L49: _ bin.BareEncoder = &BotsExportedBotToken{}
tl_bots_exported_bot_token_gen.go#L50: _ bin.BareDecoder = &BotsExportedBotToken{}
tl_bots_exported_bot_token_gen.go#L53: func (e *BotsExportedBotToken) Zero() bool {
tl_bots_exported_bot_token_gen.go#L65: func (e *BotsExportedBotToken) String() string {
tl_bots_exported_bot_token_gen.go#L69: type Alias BotsExportedBotToken
tl_bots_exported_bot_token_gen.go#L74: func (e *BotsExportedBotToken) FillFrom(from interface {
tl_bots_exported_bot_token_gen.go#L83: func (*BotsExportedBotToken) TypeID() uint32 {
tl_bots_exported_bot_token_gen.go#L88: func (*BotsExportedBotToken) TypeName() string {
tl_bots_exported_bot_token_gen.go#L93: func (e *BotsExportedBotToken) TypeInfo() tdp.Type {
tl_bots_exported_bot_token_gen.go#L112: func (e *BotsExportedBotToken) Encode(b *bin.Buffer) error {
tl_bots_exported_bot_token_gen.go#L121: func (e *BotsExportedBotToken) EncodeBare(b *bin.Buffer) error {
tl_bots_exported_bot_token_gen.go#L130: func (e *BotsExportedBotToken) Decode(b *bin.Buffer) error {
tl_bots_exported_bot_token_gen.go#L141: func (e *BotsExportedBotToken) DecodeBare(b *bin.Buffer) error {
tl_bots_exported_bot_token_gen.go#L156: func (e *BotsExportedBotToken) GetToken() (value string) {
tl_registry_gen.go#L6487: BotsExportedBotTokenTypeID: func() bin.Object { return &BotsExportedBotToken{} },
tl_server_gen.go#L10556: func (s *ServerDispatcher) OnBotsExportBotToken(f func(ctx context.Context, request *BotsExportBotTokenRequest) (*BotsExportedBotToken, error)) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |