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

38 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L1690: type InputKeyboardButtonURLAuth struct {
		tl_keyboard_button_gen.go#L1730: func (i InputKeyboardButtonURLAuth) construct() KeyboardButtonClass { return &i }
		tl_keyboard_button_gen.go#L1734: 	_ bin.Encoder     = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1735: 	_ bin.Decoder     = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1736: 	_ bin.BareEncoder = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1737: 	_ bin.BareDecoder = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1739: 	_ KeyboardButtonClass = &InputKeyboardButtonURLAuth{}
		tl_keyboard_button_gen.go#L1742: func (i *InputKeyboardButtonURLAuth) Zero() bool {
		tl_keyboard_button_gen.go#L1769: func (i *InputKeyboardButtonURLAuth) String() string {
		tl_keyboard_button_gen.go#L1773: 	type Alias InputKeyboardButtonURLAuth
		tl_keyboard_button_gen.go#L1778: func (i *InputKeyboardButtonURLAuth) FillFrom(from interface {
		tl_keyboard_button_gen.go#L1798: func (*InputKeyboardButtonURLAuth) TypeID() uint32 {
		tl_keyboard_button_gen.go#L1803: func (*InputKeyboardButtonURLAuth) TypeName() string {
		tl_keyboard_button_gen.go#L1808: func (i *InputKeyboardButtonURLAuth) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L1845: func (i *InputKeyboardButtonURLAuth) SetFlags() {
		tl_keyboard_button_gen.go#L1855: func (i *InputKeyboardButtonURLAuth) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1864: func (i *InputKeyboardButtonURLAuth) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1887: func (i *InputKeyboardButtonURLAuth) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1898: func (i *InputKeyboardButtonURLAuth) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1940: func (i *InputKeyboardButtonURLAuth) SetRequestWriteAccess(value bool) {
		tl_keyboard_button_gen.go#L1951: func (i *InputKeyboardButtonURLAuth) GetRequestWriteAccess() (value bool) {
		tl_keyboard_button_gen.go#L1959: func (i *InputKeyboardButtonURLAuth) GetText() (value string) {
		tl_keyboard_button_gen.go#L1967: func (i *InputKeyboardButtonURLAuth) SetFwdText(value string) {
		tl_keyboard_button_gen.go#L1974: func (i *InputKeyboardButtonURLAuth) GetFwdText() (value string, ok bool) {
		tl_keyboard_button_gen.go#L1985: func (i *InputKeyboardButtonURLAuth) GetURL() (value string) {
		tl_keyboard_button_gen.go#L1993: func (i *InputKeyboardButtonURLAuth) GetBot() (value InputUserClass) {
		tl_keyboard_button_gen.go#L3237: 		v := InputKeyboardButtonURLAuth{}
		tl_keyboard_button_slices_gen.go#L239: 		value, ok := elem.(*InputKeyboardButtonURLAuth)
		tl_keyboard_button_slices_gen.go#L1066: type InputKeyboardButtonURLAuthArray []InputKeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1069: func (s InputKeyboardButtonURLAuthArray) Sort(less func(a, b InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1077: func (s InputKeyboardButtonURLAuthArray) SortStable(less func(a, b InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1085: func (s InputKeyboardButtonURLAuthArray) Retain(keep func(x InputKeyboardButtonURLAuth) bool) InputKeyboardButtonURLAuthArray {
		tl_keyboard_button_slices_gen.go#L1099: func (s InputKeyboardButtonURLAuthArray) First() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1107: func (s InputKeyboardButtonURLAuthArray) Last() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1115: func (s *InputKeyboardButtonURLAuthArray) PopFirst() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_keyboard_button_slices_gen.go#L1125: 	var zero InputKeyboardButtonURLAuth
		tl_keyboard_button_slices_gen.go#L1134: func (s *InputKeyboardButtonURLAuthArray) Pop() (v InputKeyboardButtonURLAuth, ok bool) {
		tl_registry_gen.go#L4115: 		InputKeyboardButtonURLAuthTypeID:                         func() bin.Object { return &InputKeyboardButtonURLAuth{} },