type github.com/gotd/td/tg.BotMenuButtonCommands
19 uses
github.com/gotd/td/tg (current package)
tl_bot_menu_button_gen.go#L147: type BotMenuButtonCommands struct {
tl_bot_menu_button_gen.go#L154: func (b BotMenuButtonCommands) construct() BotMenuButtonClass { return &b }
tl_bot_menu_button_gen.go#L158: _ bin.Encoder = &BotMenuButtonCommands{}
tl_bot_menu_button_gen.go#L159: _ bin.Decoder = &BotMenuButtonCommands{}
tl_bot_menu_button_gen.go#L160: _ bin.BareEncoder = &BotMenuButtonCommands{}
tl_bot_menu_button_gen.go#L161: _ bin.BareDecoder = &BotMenuButtonCommands{}
tl_bot_menu_button_gen.go#L163: _ BotMenuButtonClass = &BotMenuButtonCommands{}
tl_bot_menu_button_gen.go#L166: func (b *BotMenuButtonCommands) Zero() bool {
tl_bot_menu_button_gen.go#L175: func (b *BotMenuButtonCommands) String() string {
tl_bot_menu_button_gen.go#L179: type Alias BotMenuButtonCommands
tl_bot_menu_button_gen.go#L186: func (*BotMenuButtonCommands) TypeID() uint32 {
tl_bot_menu_button_gen.go#L191: func (*BotMenuButtonCommands) TypeName() string {
tl_bot_menu_button_gen.go#L196: func (b *BotMenuButtonCommands) TypeInfo() tdp.Type {
tl_bot_menu_button_gen.go#L210: func (b *BotMenuButtonCommands) Encode(buf *bin.Buffer) error {
tl_bot_menu_button_gen.go#L219: func (b *BotMenuButtonCommands) EncodeBare(buf *bin.Buffer) error {
tl_bot_menu_button_gen.go#L227: func (b *BotMenuButtonCommands) Decode(buf *bin.Buffer) error {
tl_bot_menu_button_gen.go#L238: func (b *BotMenuButtonCommands) DecodeBare(buf *bin.Buffer) error {
tl_bot_menu_button_gen.go#L468: v := BotMenuButtonCommands{}
tl_registry_gen.go#L4657: BotMenuButtonCommandsTypeID: func() bin.Object { return &BotMenuButtonCommands{} },
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. |