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

35 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L245: type KeyboardButtonURL struct {
		tl_keyboard_button_gen.go#L268: func (k KeyboardButtonURL) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L272: 	_ bin.Encoder     = &KeyboardButtonURL{}
		tl_keyboard_button_gen.go#L273: 	_ bin.Decoder     = &KeyboardButtonURL{}
		tl_keyboard_button_gen.go#L274: 	_ bin.BareEncoder = &KeyboardButtonURL{}
		tl_keyboard_button_gen.go#L275: 	_ bin.BareDecoder = &KeyboardButtonURL{}
		tl_keyboard_button_gen.go#L277: 	_ KeyboardButtonClass = &KeyboardButtonURL{}
		tl_keyboard_button_gen.go#L280: func (k *KeyboardButtonURL) Zero() bool {
		tl_keyboard_button_gen.go#L301: func (k *KeyboardButtonURL) String() string {
		tl_keyboard_button_gen.go#L305: 	type Alias KeyboardButtonURL
		tl_keyboard_button_gen.go#L310: func (k *KeyboardButtonURL) FillFrom(from interface {
		tl_keyboard_button_gen.go#L326: func (*KeyboardButtonURL) TypeID() uint32 {
		tl_keyboard_button_gen.go#L331: func (*KeyboardButtonURL) TypeName() string {
		tl_keyboard_button_gen.go#L336: func (k *KeyboardButtonURL) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L364: func (k *KeyboardButtonURL) SetFlags() {
		tl_keyboard_button_gen.go#L371: func (k *KeyboardButtonURL) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L380: func (k *KeyboardButtonURL) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L399: func (k *KeyboardButtonURL) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L410: func (k *KeyboardButtonURL) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L442: func (k *KeyboardButtonURL) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L449: func (k *KeyboardButtonURL) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L460: func (k *KeyboardButtonURL) GetText() (value string) {
		tl_keyboard_button_gen.go#L468: func (k *KeyboardButtonURL) GetURL() (value string) {
		tl_keyboard_button_gen.go#L4898: 		v := KeyboardButtonURL{}
		tl_keyboard_button_slices_gen.go#L135: 		value, ok := elem.(*KeyboardButtonURL)
		tl_keyboard_button_slices_gen.go#L436: type KeyboardButtonURLArray []KeyboardButtonURL
		tl_keyboard_button_slices_gen.go#L439: func (s KeyboardButtonURLArray) Sort(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L447: func (s KeyboardButtonURLArray) SortStable(less func(a, b KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L455: func (s KeyboardButtonURLArray) Retain(keep func(x KeyboardButtonURL) bool) KeyboardButtonURLArray {
		tl_keyboard_button_slices_gen.go#L469: func (s KeyboardButtonURLArray) First() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L477: func (s KeyboardButtonURLArray) Last() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L485: func (s *KeyboardButtonURLArray) PopFirst() (v KeyboardButtonURL, ok bool) {
		tl_keyboard_button_slices_gen.go#L495: 	var zero KeyboardButtonURL
		tl_keyboard_button_slices_gen.go#L504: func (s *KeyboardButtonURLArray) Pop() (v KeyboardButtonURL, ok bool) {
		tl_registry_gen.go#L5490: 		KeyboardButtonURLTypeID:                                  func() bin.Object { return &KeyboardButtonURL{} },