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#L928: type KeyboardButtonBuyArray []KeyboardButtonBuy
tl_keyboard_button_slices_gen.go#L931: func (s KeyboardButtonBuyArray) Sort(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
tl_keyboard_button_slices_gen.go#L939: func (s KeyboardButtonBuyArray) SortStable(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
tl_keyboard_button_slices_gen.go#L947: func (s KeyboardButtonBuyArray) Retain(keep func(x KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
tl_keyboard_button_slices_gen.go#L961: func (s KeyboardButtonBuyArray) First() (v KeyboardButtonBuy, ok bool) {
tl_keyboard_button_slices_gen.go#L969: func (s KeyboardButtonBuyArray) Last() (v KeyboardButtonBuy, ok bool) {
tl_keyboard_button_slices_gen.go#L977: func (s *KeyboardButtonBuyArray) PopFirst() (v KeyboardButtonBuy, ok bool) {
tl_keyboard_button_slices_gen.go#L996: func (s *KeyboardButtonBuyArray) Pop() (v KeyboardButtonBuy, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |