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

38 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L1950: type KeyboardButtonURLAuth struct {
		tl_keyboard_button_gen.go#L1991: func (k KeyboardButtonURLAuth) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L1995: 	_ bin.Encoder     = &KeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1996: 	_ bin.Decoder     = &KeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1997: 	_ bin.BareEncoder = &KeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1998: 	_ bin.BareDecoder = &KeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2000: 	_ KeyboardButtonClass = &KeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2003: func (k *KeyboardButtonURLAuth) Zero() bool {
		tl_keyboard_button_gen.go#L2030: func (k *KeyboardButtonURLAuth) String() string {
		tl_keyboard_button_gen.go#L2034: 	type Alias KeyboardButtonURLAuth
		tl_keyboard_button_gen.go#L2039: func (k *KeyboardButtonURLAuth) FillFrom(from interface {
		tl_keyboard_button_gen.go#L2062: func (*KeyboardButtonURLAuth) TypeID() uint32 {
		tl_keyboard_button_gen.go#L2067: func (*KeyboardButtonURLAuth) TypeName() string {
		tl_keyboard_button_gen.go#L2072: func (k *KeyboardButtonURLAuth) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L2109: func (k *KeyboardButtonURLAuth) SetFlags() {
		tl_keyboard_button_gen.go#L2119: func (k *KeyboardButtonURLAuth) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2128: func (k *KeyboardButtonURLAuth) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2151: func (k *KeyboardButtonURLAuth) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2162: func (k *KeyboardButtonURLAuth) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2208: func (k *KeyboardButtonURLAuth) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L2215: func (k *KeyboardButtonURLAuth) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L2226: func (k *KeyboardButtonURLAuth) GetText() (value string) {
		tl_keyboard_button_gen.go#L2234: func (k *KeyboardButtonURLAuth) SetFwdText(value string) {
		tl_keyboard_button_gen.go#L2241: func (k *KeyboardButtonURLAuth) GetFwdText() (value string, ok bool) {
		tl_keyboard_button_gen.go#L2252: func (k *KeyboardButtonURLAuth) GetURL() (value string) {
		tl_keyboard_button_gen.go#L2260: func (k *KeyboardButtonURLAuth) GetButtonID() (value int) {
		tl_keyboard_button_gen.go#L4947: 		v := KeyboardButtonURLAuth{}
		tl_keyboard_button_slices_gen.go#L226: 		value, ok := elem.(*KeyboardButtonURLAuth)
		tl_keyboard_button_slices_gen.go#L1010: type KeyboardButtonURLAuthArray []KeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1013: func (s KeyboardButtonURLAuthArray) Sort(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1021: func (s KeyboardButtonURLAuthArray) SortStable(less func(a, b KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1029: func (s KeyboardButtonURLAuthArray) Retain(keep func(x KeyboardButtonURLAuth) bool) KeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1043: func (s KeyboardButtonURLAuthArray) First() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1051: func (s KeyboardButtonURLAuthArray) Last() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1059: func (s *KeyboardButtonURLAuthArray) PopFirst() (v KeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1069: 	var zero KeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1078: func (s *KeyboardButtonURLAuthArray) Pop() (v KeyboardButtonURLAuth, ok bool) {
		tl_registry_gen.go#L5497: 		KeyboardButtonURLAuthTypeID:                              func() bin.Object { return &KeyboardButtonURLAuth{} },