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) {