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#L1420: type KeyboardButtonWebViewArray []KeyboardButtonWebView
		tl_keyboard_button_slices_gen.go#L1423: func (s KeyboardButtonWebViewArray) Sort(less func(a, b KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
		tl_keyboard_button_slices_gen.go#L1431: func (s KeyboardButtonWebViewArray) SortStable(less func(a, b KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
		tl_keyboard_button_slices_gen.go#L1439: func (s KeyboardButtonWebViewArray) Retain(keep func(x KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
		tl_keyboard_button_slices_gen.go#L1453: func (s KeyboardButtonWebViewArray) First() (v KeyboardButtonWebView, ok bool) {
		tl_keyboard_button_slices_gen.go#L1461: func (s KeyboardButtonWebViewArray) Last() (v KeyboardButtonWebView, ok bool) {
		tl_keyboard_button_slices_gen.go#L1469: func (s *KeyboardButtonWebViewArray) PopFirst() (v KeyboardButtonWebView, ok bool) {
		tl_keyboard_button_slices_gen.go#L1488: func (s *KeyboardButtonWebViewArray) Pop() (v KeyboardButtonWebView, ok bool) {