type github.com/gotd/td/tg.KeyboardButtonWebView
32 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L2546: type KeyboardButtonWebView struct {
tl_keyboard_button_gen.go#L2560: func (k KeyboardButtonWebView) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2564: _ bin.Encoder = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L2565: _ bin.Decoder = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L2566: _ bin.BareEncoder = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L2567: _ bin.BareDecoder = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L2569: _ KeyboardButtonClass = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L2572: func (k *KeyboardButtonWebView) Zero() bool {
tl_keyboard_button_gen.go#L2587: func (k *KeyboardButtonWebView) String() string {
tl_keyboard_button_gen.go#L2591: type Alias KeyboardButtonWebView
tl_keyboard_button_gen.go#L2596: func (k *KeyboardButtonWebView) FillFrom(from interface {
tl_keyboard_button_gen.go#L2607: func (*KeyboardButtonWebView) TypeID() uint32 {
tl_keyboard_button_gen.go#L2612: func (*KeyboardButtonWebView) TypeName() string {
tl_keyboard_button_gen.go#L2617: func (k *KeyboardButtonWebView) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L2640: func (k *KeyboardButtonWebView) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2649: func (k *KeyboardButtonWebView) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2659: func (k *KeyboardButtonWebView) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2670: func (k *KeyboardButtonWebView) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L2692: func (k *KeyboardButtonWebView) GetText() (value string) {
tl_keyboard_button_gen.go#L2700: func (k *KeyboardButtonWebView) GetURL() (value string) {
tl_keyboard_button_gen.go#L3265: v := KeyboardButtonWebView{}
tl_keyboard_button_slices_gen.go#L291: value, ok := elem.(*KeyboardButtonWebView)
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#L1453: var zero KeyboardButtonWebView
tl_keyboard_button_slices_gen.go#L1462: func (s *KeyboardButtonWebViewArray) Pop() (v KeyboardButtonWebView, ok bool) {
tl_registry_gen.go#L4119: KeyboardButtonWebViewTypeID: func() bin.Object { return &KeyboardButtonWebView{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |