github.com/gotd/td/tg.KeyboardButtonRow.Buttons (field)
10 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_row_gen.go#L40: Buttons []KeyboardButtonClass
tl_keyboard_button_row_gen.go#L58: if !(k.Buttons == nil) {
tl_keyboard_button_row_gen.go#L78: k.Buttons = from.GetButtons()
tl_keyboard_button_row_gen.go#L126: b.PutVectorHeader(len(k.Buttons))
tl_keyboard_button_row_gen.go#L127: for idx, v := range k.Buttons {
tl_keyboard_button_row_gen.go#L161: k.Buttons = make([]KeyboardButtonClass, 0, headerLen%bin.PreallocateLimit)
tl_keyboard_button_row_gen.go#L168: k.Buttons = append(k.Buttons, value)
tl_keyboard_button_row_gen.go#L179: return k.Buttons
tl_keyboard_button_row_gen.go#L184: return KeyboardButtonClassArray(k.Buttons)
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. |