type github.com/gotd/td/tg.KeyboardButtonBuyArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L211: func (s KeyboardButtonClassArray) AsKeyboardButtonBuy() (to KeyboardButtonBuyArray) {
tl_keyboard_button_slices_gen.go#L902: type KeyboardButtonBuyArray []KeyboardButtonBuy
tl_keyboard_button_slices_gen.go#L905: func (s KeyboardButtonBuyArray) Sort(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
tl_keyboard_button_slices_gen.go#L913: func (s KeyboardButtonBuyArray) SortStable(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
tl_keyboard_button_slices_gen.go#L921: func (s KeyboardButtonBuyArray) Retain(keep func(x KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
tl_keyboard_button_slices_gen.go#L935: func (s KeyboardButtonBuyArray) First() (v KeyboardButtonBuy, ok bool) {
tl_keyboard_button_slices_gen.go#L943: func (s KeyboardButtonBuyArray) Last() (v KeyboardButtonBuy, ok bool) {
tl_keyboard_button_slices_gen.go#L951: func (s *KeyboardButtonBuyArray) PopFirst() (v KeyboardButtonBuy, ok bool) {
tl_keyboard_button_slices_gen.go#L970: func (s *KeyboardButtonBuyArray) Pop() (v KeyboardButtonBuy, ok bool) {
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. |