type github.com/gotd/td/tg.KeyboardButtonRow
29 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_row_gen.go#L38: type KeyboardButtonRow struct {
tl_keyboard_button_row_gen.go#L48: _ bin.Encoder = &KeyboardButtonRow{}
tl_keyboard_button_row_gen.go#L49: _ bin.Decoder = &KeyboardButtonRow{}
tl_keyboard_button_row_gen.go#L50: _ bin.BareEncoder = &KeyboardButtonRow{}
tl_keyboard_button_row_gen.go#L51: _ bin.BareDecoder = &KeyboardButtonRow{}
tl_keyboard_button_row_gen.go#L54: func (k *KeyboardButtonRow) Zero() bool {
tl_keyboard_button_row_gen.go#L66: func (k *KeyboardButtonRow) String() string {
tl_keyboard_button_row_gen.go#L70: type Alias KeyboardButtonRow
tl_keyboard_button_row_gen.go#L75: func (k *KeyboardButtonRow) FillFrom(from interface {
tl_keyboard_button_row_gen.go#L84: func (*KeyboardButtonRow) TypeID() uint32 {
tl_keyboard_button_row_gen.go#L89: func (*KeyboardButtonRow) TypeName() string {
tl_keyboard_button_row_gen.go#L94: func (k *KeyboardButtonRow) TypeInfo() tdp.Type {
tl_keyboard_button_row_gen.go#L113: func (k *KeyboardButtonRow) Encode(b *bin.Buffer) error {
tl_keyboard_button_row_gen.go#L122: func (k *KeyboardButtonRow) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_row_gen.go#L139: func (k *KeyboardButtonRow) Decode(b *bin.Buffer) error {
tl_keyboard_button_row_gen.go#L150: func (k *KeyboardButtonRow) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_row_gen.go#L175: func (k *KeyboardButtonRow) GetButtons() (value []KeyboardButtonClass) {
tl_keyboard_button_row_gen.go#L183: func (k *KeyboardButtonRow) MapButtons() (value KeyboardButtonClassArray) {
tl_registry_gen.go#L4122: KeyboardButtonRowTypeID: func() bin.Object { return &KeyboardButtonRow{} },
tl_reply_markup_gen.go#L486: Rows []KeyboardButtonRow
tl_reply_markup_gen.go#L554: GetRows() (value []KeyboardButtonRow)
tl_reply_markup_gen.go#L705: r.Rows = make([]KeyboardButtonRow, 0, headerLen%bin.PreallocateLimit)
tl_reply_markup_gen.go#L708: var value KeyboardButtonRow
tl_reply_markup_gen.go#L802: func (r *ReplyKeyboardMarkup) GetRows() (value []KeyboardButtonRow) {
tl_reply_markup_gen.go#L833: Rows []KeyboardButtonRow
tl_reply_markup_gen.go#L874: GetRows() (value []KeyboardButtonRow)
tl_reply_markup_gen.go#L956: r.Rows = make([]KeyboardButtonRow, 0, headerLen%bin.PreallocateLimit)
tl_reply_markup_gen.go#L959: var value KeyboardButtonRow
tl_reply_markup_gen.go#L970: func (r *ReplyInlineMarkup) GetRows() (value []KeyboardButtonRow) {
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. |