type github.com/gotd/td/tg.KeyboardButtonURLArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L133: func (s KeyboardButtonClassArray) AsKeyboardButtonURL() (to KeyboardButtonURLArray) {
tl_keyboard_button_slices_gen.go#L410: type KeyboardButtonURLArray []KeyboardButtonURL
tl_keyboard_button_slices_gen.go#L413: func (s KeyboardButtonURLArray) Sort(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
tl_keyboard_button_slices_gen.go#L421: func (s KeyboardButtonURLArray) SortStable(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
tl_keyboard_button_slices_gen.go#L429: func (s KeyboardButtonURLArray) Retain(keep func(x KeyboardButtonURL) bool) KeyboardButtonURLArray {
tl_keyboard_button_slices_gen.go#L443: func (s KeyboardButtonURLArray) First() (v KeyboardButtonURL, ok bool) {
tl_keyboard_button_slices_gen.go#L451: func (s KeyboardButtonURLArray) Last() (v KeyboardButtonURL, ok bool) {
tl_keyboard_button_slices_gen.go#L459: func (s *KeyboardButtonURLArray) PopFirst() (v KeyboardButtonURL, ok bool) {
tl_keyboard_button_slices_gen.go#L478: func (s *KeyboardButtonURLArray) Pop() (v KeyboardButtonURL, 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. |