type github.com/gotd/td/tg.KeyboardButtonSimpleWebView

32 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L2719: type KeyboardButtonSimpleWebView struct {
		tl_keyboard_button_gen.go#L2733: func (k KeyboardButtonSimpleWebView) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L2737: 	_ bin.Encoder     = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L2738: 	_ bin.Decoder     = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L2739: 	_ bin.BareEncoder = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L2740: 	_ bin.BareDecoder = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L2742: 	_ KeyboardButtonClass = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L2745: func (k *KeyboardButtonSimpleWebView) Zero() bool {
		tl_keyboard_button_gen.go#L2760: func (k *KeyboardButtonSimpleWebView) String() string {
		tl_keyboard_button_gen.go#L2764: 	type Alias KeyboardButtonSimpleWebView
		tl_keyboard_button_gen.go#L2769: func (k *KeyboardButtonSimpleWebView) FillFrom(from interface {
		tl_keyboard_button_gen.go#L2780: func (*KeyboardButtonSimpleWebView) TypeID() uint32 {
		tl_keyboard_button_gen.go#L2785: func (*KeyboardButtonSimpleWebView) TypeName() string {
		tl_keyboard_button_gen.go#L2790: func (k *KeyboardButtonSimpleWebView) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L2813: func (k *KeyboardButtonSimpleWebView) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2822: func (k *KeyboardButtonSimpleWebView) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2832: func (k *KeyboardButtonSimpleWebView) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2843: func (k *KeyboardButtonSimpleWebView) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2865: func (k *KeyboardButtonSimpleWebView) GetText() (value string) {
		tl_keyboard_button_gen.go#L2873: func (k *KeyboardButtonSimpleWebView) GetURL() (value string) {
		tl_keyboard_button_gen.go#L3272: 		v := KeyboardButtonSimpleWebView{}
		tl_keyboard_button_slices_gen.go#L304: 		value, ok := elem.(*KeyboardButtonSimpleWebView)
		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#L1535: 	var zero KeyboardButtonSimpleWebView
		tl_keyboard_button_slices_gen.go#L1544: func (s *KeyboardButtonSimpleWebViewArray) Pop() (v KeyboardButtonSimpleWebView, ok bool) {
		tl_registry_gen.go#L4120: 		KeyboardButtonSimpleWebViewTypeID:                        func() bin.Object { return &KeyboardButtonSimpleWebView{} },