type github.com/gotd/td/tg.KeyboardButtonWebViewArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L289: func (s KeyboardButtonClassArray) AsKeyboardButtonWebView() (to KeyboardButtonWebViewArray) {
tl_keyboard_button_slices_gen.go#L1394: type KeyboardButtonWebViewArray []KeyboardButtonWebView
tl_keyboard_button_slices_gen.go#L1397: func (s KeyboardButtonWebViewArray) Sort(less func(a, b KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
tl_keyboard_button_slices_gen.go#L1405: func (s KeyboardButtonWebViewArray) SortStable(less func(a, b KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
tl_keyboard_button_slices_gen.go#L1413: func (s KeyboardButtonWebViewArray) Retain(keep func(x KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
tl_keyboard_button_slices_gen.go#L1427: func (s KeyboardButtonWebViewArray) First() (v KeyboardButtonWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1435: func (s KeyboardButtonWebViewArray) Last() (v KeyboardButtonWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1443: func (s *KeyboardButtonWebViewArray) PopFirst() (v KeyboardButtonWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1462: func (s *KeyboardButtonWebViewArray) Pop() (v KeyboardButtonWebView, 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. |