type github.com/gotd/td/tg.BotCommand
43 uses
github.com/gotd/td/tg (current package)
tl_bot_command_gen.go#L38: type BotCommand struct {
tl_bot_command_gen.go#L50: _ bin.Encoder = &BotCommand{}
tl_bot_command_gen.go#L51: _ bin.Decoder = &BotCommand{}
tl_bot_command_gen.go#L52: _ bin.BareEncoder = &BotCommand{}
tl_bot_command_gen.go#L53: _ bin.BareDecoder = &BotCommand{}
tl_bot_command_gen.go#L56: func (b *BotCommand) Zero() bool {
tl_bot_command_gen.go#L71: func (b *BotCommand) String() string {
tl_bot_command_gen.go#L75: type Alias BotCommand
tl_bot_command_gen.go#L80: func (b *BotCommand) FillFrom(from interface {
tl_bot_command_gen.go#L91: func (*BotCommand) TypeID() uint32 {
tl_bot_command_gen.go#L96: func (*BotCommand) TypeName() string {
tl_bot_command_gen.go#L101: func (b *BotCommand) TypeInfo() tdp.Type {
tl_bot_command_gen.go#L124: func (b *BotCommand) Encode(buf *bin.Buffer) error {
tl_bot_command_gen.go#L133: func (b *BotCommand) EncodeBare(buf *bin.Buffer) error {
tl_bot_command_gen.go#L143: func (b *BotCommand) Decode(buf *bin.Buffer) error {
tl_bot_command_gen.go#L154: func (b *BotCommand) DecodeBare(buf *bin.Buffer) error {
tl_bot_command_gen.go#L176: func (b *BotCommand) GetCommand() (value string) {
tl_bot_command_gen.go#L184: 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#L63: Commands []BotCommand
tl_bot_info_gen.go#L125: GetCommands() (value []BotCommand, ok bool)
tl_bot_info_gen.go#L348: b.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_bot_info_gen.go#L351: var value BotCommand
tl_bot_info_gen.go#L441: func (b *BotInfo) SetCommands(value []BotCommand) {
tl_bot_info_gen.go#L448: func (b *BotInfo) GetCommands() (value []BotCommand, ok bool) {
tl_bots_get_bot_commands_gen.go#L205: func (c *Client) BotsGetBotCommands(ctx context.Context, request *BotsGetBotCommandsRequest) ([]BotCommand, error) {
tl_bots_get_bot_commands_gen.go#L211: 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#L4104: BotCommandTypeID: func() bin.Object { return &BotCommand{} },
tl_server_gen.go#L7946: func (s *ServerDispatcher) OnBotsGetBotCommands(f func(ctx context.Context, request *BotsGetBotCommandsRequest) ([]BotCommand, error)) {
tl_update_gen.go#L19153: Commands []BotCommand
tl_update_gen.go#L19202: GetCommands() (value []BotCommand)
tl_update_gen.go#L19315: u.Commands = make([]BotCommand, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L19318: var value BotCommand
tl_update_gen.go#L19345: func (u *UpdateBotCommands) GetCommands() (value []BotCommand) {
|
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. |