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

35 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L3377: type KeyboardButtonWebView struct {
		tl_keyboard_button_gen.go#L3403: func (k KeyboardButtonWebView) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L3407: 	_ bin.Encoder     = &KeyboardButtonWebView{}
		tl_keyboard_button_gen.go#L3408: 	_ bin.Decoder     = &KeyboardButtonWebView{}
		tl_keyboard_button_gen.go#L3409: 	_ bin.BareEncoder = &KeyboardButtonWebView{}
		tl_keyboard_button_gen.go#L3410: 	_ bin.BareDecoder = &KeyboardButtonWebView{}
		tl_keyboard_button_gen.go#L3412: 	_ KeyboardButtonClass = &KeyboardButtonWebView{}
		tl_keyboard_button_gen.go#L3415: func (k *KeyboardButtonWebView) Zero() bool {
		tl_keyboard_button_gen.go#L3436: func (k *KeyboardButtonWebView) String() string {
		tl_keyboard_button_gen.go#L3440: 	type Alias KeyboardButtonWebView
		tl_keyboard_button_gen.go#L3445: func (k *KeyboardButtonWebView) FillFrom(from interface {
		tl_keyboard_button_gen.go#L3461: func (*KeyboardButtonWebView) TypeID() uint32 {
		tl_keyboard_button_gen.go#L3466: func (*KeyboardButtonWebView) TypeName() string {
		tl_keyboard_button_gen.go#L3471: func (k *KeyboardButtonWebView) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L3499: func (k *KeyboardButtonWebView) SetFlags() {
		tl_keyboard_button_gen.go#L3506: func (k *KeyboardButtonWebView) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3515: func (k *KeyboardButtonWebView) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3534: func (k *KeyboardButtonWebView) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3545: func (k *KeyboardButtonWebView) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L3577: func (k *KeyboardButtonWebView) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L3584: func (k *KeyboardButtonWebView) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L3595: func (k *KeyboardButtonWebView) GetText() (value string) {
		tl_keyboard_button_gen.go#L3603: func (k *KeyboardButtonWebView) GetURL() (value string) {
		tl_keyboard_button_gen.go#L4982: 		v := KeyboardButtonWebView{}
		tl_keyboard_button_slices_gen.go#L291: 		value, ok := elem.(*KeyboardButtonWebView)
		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#L1479: 	var zero KeyboardButtonWebView
		tl_keyboard_button_slices_gen.go#L1488: func (s *KeyboardButtonWebViewArray) Pop() (v KeyboardButtonWebView, ok bool) {
		tl_registry_gen.go#L5502: 		KeyboardButtonWebViewTypeID:                              func() bin.Object { return &KeyboardButtonWebView{} },