type github.com/gotd/td/tg.BotsCreateBotRequest
26 uses
github.com/gotd/td/tg (current package)
tl_bots_create_bot_gen.go#L37: type BotsCreateBotRequest struct {
tl_bots_create_bot_gen.go#L55: _ bin.Encoder = &BotsCreateBotRequest{}
tl_bots_create_bot_gen.go#L56: _ bin.Decoder = &BotsCreateBotRequest{}
tl_bots_create_bot_gen.go#L57: _ bin.BareEncoder = &BotsCreateBotRequest{}
tl_bots_create_bot_gen.go#L58: _ bin.BareDecoder = &BotsCreateBotRequest{}
tl_bots_create_bot_gen.go#L61: func (c *BotsCreateBotRequest) Zero() bool {
tl_bots_create_bot_gen.go#L85: func (c *BotsCreateBotRequest) String() string {
tl_bots_create_bot_gen.go#L89: type Alias BotsCreateBotRequest
tl_bots_create_bot_gen.go#L94: func (c *BotsCreateBotRequest) FillFrom(from interface {
tl_bots_create_bot_gen.go#L109: func (*BotsCreateBotRequest) TypeID() uint32 {
tl_bots_create_bot_gen.go#L114: func (*BotsCreateBotRequest) TypeName() string {
tl_bots_create_bot_gen.go#L119: func (c *BotsCreateBotRequest) TypeInfo() tdp.Type {
tl_bots_create_bot_gen.go#L151: func (c *BotsCreateBotRequest) SetFlags() {
tl_bots_create_bot_gen.go#L158: func (c *BotsCreateBotRequest) Encode(b *bin.Buffer) error {
tl_bots_create_bot_gen.go#L167: func (c *BotsCreateBotRequest) EncodeBare(b *bin.Buffer) error {
tl_bots_create_bot_gen.go#L187: func (c *BotsCreateBotRequest) Decode(b *bin.Buffer) error {
tl_bots_create_bot_gen.go#L198: func (c *BotsCreateBotRequest) DecodeBare(b *bin.Buffer) error {
tl_bots_create_bot_gen.go#L233: func (c *BotsCreateBotRequest) SetViaDeeplink(value bool) {
tl_bots_create_bot_gen.go#L244: func (c *BotsCreateBotRequest) GetViaDeeplink() (value bool) {
tl_bots_create_bot_gen.go#L252: func (c *BotsCreateBotRequest) GetName() (value string) {
tl_bots_create_bot_gen.go#L260: func (c *BotsCreateBotRequest) GetUsername() (value string) {
tl_bots_create_bot_gen.go#L268: func (c *BotsCreateBotRequest) GetManagerID() (value InputUserClass) {
tl_bots_create_bot_gen.go#L278: func (c *Client) BotsCreateBot(ctx context.Context, request *BotsCreateBotRequest) (UserClass, error) {
tl_registry_gen.go#L7101: BotsCreateBotRequestTypeID: func() bin.Object { return &BotsCreateBotRequest{} },
tl_server_gen.go#L10539: func (s *ServerDispatcher) OnBotsCreateBot(f func(ctx context.Context, request *BotsCreateBotRequest) (UserClass, error)) {
tl_server_gen.go#L10541: var request BotsCreateBotRequest
![]() |
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. |