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