type github.com/gotd/td/tg.BotCommand
46 uses
github.com/gotd/td/tg (current package)
tl_bot_command_gen.go#L38: type BotCommand struct {
tl_bot_command_gen.go#L54: _ bin.Encoder = &BotCommand{}
tl_bot_command_gen.go#L55: _ bin.Decoder = &BotCommand{}
tl_bot_command_gen.go#L56: _ bin.BareEncoder = &BotCommand{}
tl_bot_command_gen.go#L57: _ bin.BareDecoder = &BotCommand{}
tl_bot_command_gen.go#L60: func (b *BotCommand) Zero() bool {
tl_bot_command_gen.go#L81: func (b *BotCommand) String() string {
tl_bot_command_gen.go#L85: type Alias BotCommand
tl_bot_command_gen.go#L90: func (b *BotCommand) FillFrom(from interface {
tl_bot_command_gen.go#L103: func (*BotCommand) TypeID() uint32 {
tl_bot_command_gen.go#L108: func (*BotCommand) TypeName() string {
tl_bot_command_gen.go#L113: func (b *BotCommand) TypeInfo() tdp.Type {
tl_bot_command_gen.go#L141: func (b *BotCommand) SetFlags() {
tl_bot_command_gen.go#L148: func (b *BotCommand) Encode(buf *bin.Buffer) error {
tl_bot_command_gen.go#L157: func (b *BotCommand) EncodeBare(buf *bin.Buffer) error {
tl_bot_command_gen.go#L171: func (b *BotCommand) Decode(buf *bin.Buffer) error {
tl_bot_command_gen.go#L182: func (b *BotCommand) DecodeBare(buf *bin.Buffer) error {
tl_bot_command_gen.go#L210: func (b *BotCommand) SetEphemeral(value bool) {
tl_bot_command_gen.go#L221: func (b *BotCommand) GetEphemeral() (value bool) {
tl_bot_command_gen.go#L229: func (b *BotCommand) GetCommand() (value string) {
tl_bot_command_gen.go#L237: func (b *BotCommand) GetDescription() (value string) {
tl_bot_command_vector_gen.go#L37: Elems []BotCommand
tl_bot_command_vector_gen.go#L73: GetElems() (value []BotCommand)
tl_bot_command_vector_gen.go#L153: vec.Elems = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bot_command_vector_gen.go#L156: var value BotCommand
tl_bot_command_vector_gen.go#L167: func (vec *BotCommandVector) GetElems() (value []BotCommand) {
tl_bot_info_gen.go#L69: Commands []BotCommand
tl_bot_info_gen.go#L168: GetCommands() (value []BotCommand, ok bool)
tl_bot_info_gen.go#L453: b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bot_info_gen.go#L456: var value BotCommand
tl_bot_info_gen.go#L582: func (b *BotInfo) SetCommands(value []BotCommand) {
tl_bot_info_gen.go#L589: func (b *BotInfo) GetCommands() (value []BotCommand, ok bool) {
tl_bots_get_bot_commands_gen.go#L204: func (c *Client) BotsGetBotCommands(ctx context.Context, request *BotsGetBotCommandsRequest) ([]BotCommand, error) {
tl_bots_get_bot_commands_gen.go#L210: return []BotCommand(result.Elems), nil
tl_bots_set_bot_commands_gen.go#L44: Commands []BotCommand
tl_bots_set_bot_commands_gen.go#L88: GetCommands() (value []BotCommand)
tl_bots_set_bot_commands_gen.go#L201: s.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bots_set_bot_commands_gen.go#L204: var value BotCommand
tl_bots_set_bot_commands_gen.go#L231: func (s *BotsSetBotCommandsRequest) GetCommands() (value []BotCommand) {
tl_registry_gen.go#L5576: BotCommandTypeID: func() bin.Object { return &BotCommand{} },
tl_server_gen.go#L10075: func (s *ServerDispatcher) OnBotsGetBotCommands(f func(ctx context.Context, request *BotsGetBotCommandsRequest) ([]BotCommand, error)) {
tl_update_gen.go#L19891: Commands []BotCommand
tl_update_gen.go#L19940: GetCommands() (value []BotCommand)
tl_update_gen.go#L20053: u.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L20056: var value BotCommand
tl_update_gen.go#L20083: func (u *UpdateBotCommands) GetCommands() (value []BotCommand) {
 |
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. |