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

40 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L2275: type InputKeyboardButtonURLAuth struct {
		tl_keyboard_button_gen.go#L2322: func (i InputKeyboardButtonURLAuth) construct() KeyboardButtonClass { return &i }
		tl_keyboard_button_gen.go#L2326: 	_ bin.Encoder     = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2327: 	_ bin.Decoder     = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2328: 	_ bin.BareEncoder = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2329: 	_ bin.BareDecoder = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2331: 	_ KeyboardButtonClass = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L2334: func (i *InputKeyboardButtonURLAuth) Zero() bool {
		tl_keyboard_button_gen.go#L2364: func (i *InputKeyboardButtonURLAuth) String() string {
		tl_keyboard_button_gen.go#L2368: 	type Alias InputKeyboardButtonURLAuth
		tl_keyboard_button_gen.go#L2373: func (i *InputKeyboardButtonURLAuth) FillFrom(from interface {
		tl_keyboard_button_gen.go#L2398: func (*InputKeyboardButtonURLAuth) TypeID() uint32 {
		tl_keyboard_button_gen.go#L2403: func (*InputKeyboardButtonURLAuth) TypeName() string {
		tl_keyboard_button_gen.go#L2408: func (i *InputKeyboardButtonURLAuth) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L2450: func (i *InputKeyboardButtonURLAuth) SetFlags() {
		tl_keyboard_button_gen.go#L2463: func (i *InputKeyboardButtonURLAuth) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2472: func (i *InputKeyboardButtonURLAuth) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2500: func (i *InputKeyboardButtonURLAuth) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2511: func (i *InputKeyboardButtonURLAuth) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L2558: func (i *InputKeyboardButtonURLAuth) SetRequestWriteAccess(value bool) {
		tl_keyboard_button_gen.go#L2569: func (i *InputKeyboardButtonURLAuth) GetRequestWriteAccess() (value bool) {
		tl_keyboard_button_gen.go#L2577: func (i *InputKeyboardButtonURLAuth) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L2584: func (i *InputKeyboardButtonURLAuth) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L2595: func (i *InputKeyboardButtonURLAuth) GetText() (value string) {
		tl_keyboard_button_gen.go#L2603: func (i *InputKeyboardButtonURLAuth) SetFwdText(value string) {
		tl_keyboard_button_gen.go#L2610: func (i *InputKeyboardButtonURLAuth) GetFwdText() (value string, ok bool) {
		tl_keyboard_button_gen.go#L2621: func (i *InputKeyboardButtonURLAuth) GetURL() (value string) {
		tl_keyboard_button_gen.go#L2629: func (i *InputKeyboardButtonURLAuth) GetBot() (value InputUserClass) {
		tl_keyboard_button_gen.go#L4954: 		v := InputKeyboardButtonURLAuth{}
		tl_keyboard_button_slices_gen.go#L239: 		value, ok := elem.(*InputKeyboardButtonURLAuth)
		tl_keyboard_button_slices_gen.go#L1092: type InputKeyboardButtonURLAuthArray []InputKeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1095: func (s InputKeyboardButtonURLAuthArray) Sort(less func(a, b InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1103: func (s InputKeyboardButtonURLAuthArray) SortStable(less func(a, b InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1111: func (s InputKeyboardButtonURLAuthArray) Retain(keep func(x InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1125: func (s InputKeyboardButtonURLAuthArray) First() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1133: func (s InputKeyboardButtonURLAuthArray) Last() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1141: func (s *InputKeyboardButtonURLAuthArray) PopFirst() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1151: 	var zero InputKeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1160: func (s *InputKeyboardButtonURLAuthArray) Pop() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_registry_gen.go#L5498: 		InputKeyboardButtonURLAuthTypeID:                         func() bin.Object { return &InputKeyboardButtonURLAuth{} },