type github.com/gotd/td/tg.KeyboardButtonURLAuth
36 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L1416: type KeyboardButtonURLAuth struct {
tl_keyboard_button_gen.go#L1450: func (k KeyboardButtonURLAuth) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1454: _ bin.Encoder = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L1455: _ bin.Decoder = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L1456: _ bin.BareEncoder = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L1457: _ bin.BareDecoder = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L1459: _ KeyboardButtonClass = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L1462: func (k *KeyboardButtonURLAuth) Zero() bool {
tl_keyboard_button_gen.go#L1486: func (k *KeyboardButtonURLAuth) String() string {
tl_keyboard_button_gen.go#L1490: type Alias KeyboardButtonURLAuth
tl_keyboard_button_gen.go#L1495: func (k *KeyboardButtonURLAuth) FillFrom(from interface {
tl_keyboard_button_gen.go#L1513: func (*KeyboardButtonURLAuth) TypeID() uint32 {
tl_keyboard_button_gen.go#L1518: func (*KeyboardButtonURLAuth) TypeName() string {
tl_keyboard_button_gen.go#L1523: func (k *KeyboardButtonURLAuth) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L1555: func (k *KeyboardButtonURLAuth) SetFlags() {
tl_keyboard_button_gen.go#L1562: func (k *KeyboardButtonURLAuth) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1571: func (k *KeyboardButtonURLAuth) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1589: func (k *KeyboardButtonURLAuth) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1600: func (k *KeyboardButtonURLAuth) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L1641: func (k *KeyboardButtonURLAuth) GetText() (value string) {
tl_keyboard_button_gen.go#L1649: func (k *KeyboardButtonURLAuth) SetFwdText(value string) {
tl_keyboard_button_gen.go#L1656: func (k *KeyboardButtonURLAuth) GetFwdText() (value string, ok bool) {
tl_keyboard_button_gen.go#L1667: func (k *KeyboardButtonURLAuth) GetURL() (value string) {
tl_keyboard_button_gen.go#L1675: func (k *KeyboardButtonURLAuth) GetButtonID() (value int) {
tl_keyboard_button_gen.go#L3230: v := KeyboardButtonURLAuth{}
tl_keyboard_button_slices_gen.go#L226: value, ok := elem.(*KeyboardButtonURLAuth)
tl_keyboard_button_slices_gen.go#L984: type KeyboardButtonURLAuthArray []KeyboardButtonURLAuth
tl_keyboard_button_slices_gen.go#L987: func (s KeyboardButtonURLAuthArray) Sort(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
tl_keyboard_button_slices_gen.go#L995: func (s KeyboardButtonURLAuthArray) SortStable(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
tl_keyboard_button_slices_gen.go#L1003: func (s KeyboardButtonURLAuthArray) Retain(keep func(x KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
tl_keyboard_button_slices_gen.go#L1017: func (s KeyboardButtonURLAuthArray) First() (v KeyboardButtonURLAuth, ok bool) {
tl_keyboard_button_slices_gen.go#L1025: func (s KeyboardButtonURLAuthArray) Last() (v KeyboardButtonURLAuth, ok bool) {
tl_keyboard_button_slices_gen.go#L1033: func (s *KeyboardButtonURLAuthArray) PopFirst() (v KeyboardButtonURLAuth, ok bool) {
tl_keyboard_button_slices_gen.go#L1043: var zero KeyboardButtonURLAuth
tl_keyboard_button_slices_gen.go#L1052: func (s *KeyboardButtonURLAuthArray) Pop() (v KeyboardButtonURLAuth, ok bool) {
tl_registry_gen.go#L4114: KeyboardButtonURLAuthTypeID: func() bin.Object { return &KeyboardButtonURLAuth{} },
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. |