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#L1394: type KeyboardButtonWebViewArray []KeyboardButtonWebView
		tl_keyboard_button_slices_gen.go#L1397: func (s KeyboardButtonWebViewArray) Sort(less func(a, b KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
		tl_keyboard_button_slices_gen.go#L1405: func (s KeyboardButtonWebViewArray) SortStable(less func(a, b KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
		tl_keyboard_button_slices_gen.go#L1413: func (s KeyboardButtonWebViewArray) Retain(keep func(x KeyboardButtonWebView) bool) KeyboardButtonWebViewArray {
		tl_keyboard_button_slices_gen.go#L1427: func (s KeyboardButtonWebViewArray) First() (v KeyboardButtonWebView, ok bool) {
		tl_keyboard_button_slices_gen.go#L1435: func (s KeyboardButtonWebViewArray) Last() (v KeyboardButtonWebView, ok bool) {
		tl_keyboard_button_slices_gen.go#L1443: func (s *KeyboardButtonWebViewArray) PopFirst() (v KeyboardButtonWebView, ok bool) {
		tl_keyboard_button_slices_gen.go#L1462: func (s *KeyboardButtonWebViewArray) Pop() (v KeyboardButtonWebView, ok bool) {