type github.com/gotd/td/tg.BotsExportBotTokenRequest
22 uses
github.com/gotd/td/tg (current package)
tl_bots_export_bot_token_gen.go#L37: type BotsExportBotTokenRequest struct {
tl_bots_export_bot_token_gen.go#L49: _ bin.Encoder = &BotsExportBotTokenRequest{}
tl_bots_export_bot_token_gen.go#L50: _ bin.Decoder = &BotsExportBotTokenRequest{}
tl_bots_export_bot_token_gen.go#L51: _ bin.BareEncoder = &BotsExportBotTokenRequest{}
tl_bots_export_bot_token_gen.go#L52: _ bin.BareDecoder = &BotsExportBotTokenRequest{}
tl_bots_export_bot_token_gen.go#L55: func (e *BotsExportBotTokenRequest) Zero() bool {
tl_bots_export_bot_token_gen.go#L70: func (e *BotsExportBotTokenRequest) String() string {
tl_bots_export_bot_token_gen.go#L74: type Alias BotsExportBotTokenRequest
tl_bots_export_bot_token_gen.go#L79: func (e *BotsExportBotTokenRequest) FillFrom(from interface {
tl_bots_export_bot_token_gen.go#L90: func (*BotsExportBotTokenRequest) TypeID() uint32 {
tl_bots_export_bot_token_gen.go#L95: func (*BotsExportBotTokenRequest) TypeName() string {
tl_bots_export_bot_token_gen.go#L100: func (e *BotsExportBotTokenRequest) TypeInfo() tdp.Type {
tl_bots_export_bot_token_gen.go#L123: func (e *BotsExportBotTokenRequest) Encode(b *bin.Buffer) error {
tl_bots_export_bot_token_gen.go#L132: func (e *BotsExportBotTokenRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_export_bot_token_gen.go#L147: func (e *BotsExportBotTokenRequest) Decode(b *bin.Buffer) error {
tl_bots_export_bot_token_gen.go#L158: func (e *BotsExportBotTokenRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_export_bot_token_gen.go#L180: func (e *BotsExportBotTokenRequest) GetBot() (value InputUserClass) {
tl_bots_export_bot_token_gen.go#L188: func (e *BotsExportBotTokenRequest) GetRevoke() (value bool) {
tl_bots_export_bot_token_gen.go#L198: func (c *Client) BotsExportBotToken(ctx context.Context, request *BotsExportBotTokenRequest) (*BotsExportedBotToken, error) {
tl_registry_gen.go#L7102: BotsExportBotTokenRequestTypeID: func() bin.Object { return &BotsExportBotTokenRequest{} },
tl_server_gen.go#L10556: func (s *ServerDispatcher) OnBotsExportBotToken(f func(ctx context.Context, request *BotsExportBotTokenRequest) (*BotsExportedBotToken, error)) {
tl_server_gen.go#L10558: var request BotsExportBotTokenRequest
![]() |
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. |