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

35 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L3622: type KeyboardButtonSimpleWebView struct {
		tl_keyboard_button_gen.go#L3648: func (k KeyboardButtonSimpleWebView) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L3652: 	_ bin.Encoder     = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L3653: 	_ bin.Decoder     = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L3654: 	_ bin.BareEncoder = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L3655: 	_ bin.BareDecoder = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L3657: 	_ KeyboardButtonClass = &KeyboardButtonSimpleWebView{}
		tl_keyboard_button_gen.go#L3660: func (k *KeyboardButtonSimpleWebView) Zero() bool {
		tl_keyboard_button_gen.go#L3681: func (k *KeyboardButtonSimpleWebView) String() string {
		tl_keyboard_button_gen.go#L3685: 	type Alias KeyboardButtonSimpleWebView
		tl_keyboard_button_gen.go#L3690: func (k *KeyboardButtonSimpleWebView) FillFrom(from interface {
		tl_keyboard_button_gen.go#L3706: func (*KeyboardButtonSimpleWebView) TypeID() uint32 {
		tl_keyboard_button_gen.go#L3711: func (*KeyboardButtonSimpleWebView) TypeName() string {
		tl_keyboard_button_gen.go#L3716: func (k *KeyboardButtonSimpleWebView) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L3744: func (k *KeyboardButtonSimpleWebView) SetFlags() {
		tl_keyboard_button_gen.go#L3751: func (k *KeyboardButtonSimpleWebView) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3760: func (k *KeyboardButtonSimpleWebView) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3779: func (k *KeyboardButtonSimpleWebView) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3790: func (k *KeyboardButtonSimpleWebView) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3822: func (k *KeyboardButtonSimpleWebView) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L3829: func (k *KeyboardButtonSimpleWebView) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L3840: func (k *KeyboardButtonSimpleWebView) GetText() (value string) {
		tl_keyboard_button_gen.go#L3848: func (k *KeyboardButtonSimpleWebView) GetURL() (value string) {
		tl_keyboard_button_gen.go#L4989: 		v := KeyboardButtonSimpleWebView{}
		tl_keyboard_button_slices_gen.go#L304: 		value, ok := elem.(*KeyboardButtonSimpleWebView)
		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#L1561: 	var zero KeyboardButtonSimpleWebView
		tl_keyboard_button_slices_gen.go#L1570: func (s *KeyboardButtonSimpleWebViewArray) Pop() (v KeyboardButtonSimpleWebView, ok bool) {
		tl_registry_gen.go#L5503: 		KeyboardButtonSimpleWebViewTypeID:                        func() bin.Object { return &KeyboardButtonSimpleWebView{} },