type github.com/gotd/td/tg.KeyboardButtonSimpleWebViewArray
12 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_slices_gen.go#L302: func (s KeyboardButtonClassArray) AsKeyboardButtonSimpleWebView() (to KeyboardButtonSimpleWebViewArray) {
tl_keyboard_button_slices_gen.go#L1502: type KeyboardButtonSimpleWebViewArray []KeyboardButtonSimpleWebView
tl_keyboard_button_slices_gen.go#L1505: func (s KeyboardButtonSimpleWebViewArray) Sort(less func(a, b KeyboardButtonSimpleWebView) bool) KeyboardButtonSimpleWebViewArray {
tl_keyboard_button_slices_gen.go#L1513: func (s KeyboardButtonSimpleWebViewArray) SortStable(less func(a, b KeyboardButtonSimpleWebView) bool) KeyboardButtonSimpleWebViewArray {
tl_keyboard_button_slices_gen.go#L1521: func (s KeyboardButtonSimpleWebViewArray) Retain(keep func(x KeyboardButtonSimpleWebView) bool) KeyboardButtonSimpleWebViewArray {
tl_keyboard_button_slices_gen.go#L1535: func (s KeyboardButtonSimpleWebViewArray) First() (v KeyboardButtonSimpleWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1543: func (s KeyboardButtonSimpleWebViewArray) Last() (v KeyboardButtonSimpleWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1551: func (s *KeyboardButtonSimpleWebViewArray) PopFirst() (v KeyboardButtonSimpleWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1570: func (s *KeyboardButtonSimpleWebViewArray) Pop() (v KeyboardButtonSimpleWebView, 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. |