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#L1476: type KeyboardButtonSimpleWebViewArray []KeyboardButtonSimpleWebView
tl_keyboard_button_slices_gen.go#L1479: func (s KeyboardButtonSimpleWebViewArray) Sort(less func(a, b KeyboardButtonSimpleWebView) bool) KeyboardButtonSimpleWebViewArray {
tl_keyboard_button_slices_gen.go#L1487: func (s KeyboardButtonSimpleWebViewArray) SortStable(less func(a, b KeyboardButtonSimpleWebView) bool) KeyboardButtonSimpleWebViewArray {
tl_keyboard_button_slices_gen.go#L1495: func (s KeyboardButtonSimpleWebViewArray) Retain(keep func(x KeyboardButtonSimpleWebView) bool) KeyboardButtonSimpleWebViewArray {
tl_keyboard_button_slices_gen.go#L1509: func (s KeyboardButtonSimpleWebViewArray) First() (v KeyboardButtonSimpleWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1517: func (s KeyboardButtonSimpleWebViewArray) Last() (v KeyboardButtonSimpleWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1525: func (s *KeyboardButtonSimpleWebViewArray) PopFirst() (v KeyboardButtonSimpleWebView, ok bool) {
tl_keyboard_button_slices_gen.go#L1544: func (s *KeyboardButtonSimpleWebViewArray) Pop() (v KeyboardButtonSimpleWebView, 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. |