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

31 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L1263: type KeyboardButtonBuy struct {
		tl_keyboard_button_gen.go#L1272: func (k KeyboardButtonBuy) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L1276: 	_ bin.Encoder     = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1277: 	_ bin.Decoder     = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1278: 	_ bin.BareEncoder = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1279: 	_ bin.BareDecoder = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1281: 	_ KeyboardButtonClass = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1284: func (k *KeyboardButtonBuy) Zero() bool {
		tl_keyboard_button_gen.go#L1296: func (k *KeyboardButtonBuy) String() string {
		tl_keyboard_button_gen.go#L1300: 	type Alias KeyboardButtonBuy
		tl_keyboard_button_gen.go#L1305: func (k *KeyboardButtonBuy) FillFrom(from interface {
		tl_keyboard_button_gen.go#L1314: func (*KeyboardButtonBuy) TypeID() uint32 {
		tl_keyboard_button_gen.go#L1319: func (*KeyboardButtonBuy) TypeName() string {
		tl_keyboard_button_gen.go#L1324: func (k *KeyboardButtonBuy) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L1343: func (k *KeyboardButtonBuy) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1352: func (k *KeyboardButtonBuy) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1361: func (k *KeyboardButtonBuy) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1372: func (k *KeyboardButtonBuy) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1387: func (k *KeyboardButtonBuy) GetText() (value string) {
		tl_keyboard_button_gen.go#L3223: 		v := KeyboardButtonBuy{}
		tl_keyboard_button_slices_gen.go#L213: 		value, ok := elem.(*KeyboardButtonBuy)
		tl_keyboard_button_slices_gen.go#L902: type KeyboardButtonBuyArray []KeyboardButtonBuy
		tl_keyboard_button_slices_gen.go#L905: func (s KeyboardButtonBuyArray) Sort(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L913: func (s KeyboardButtonBuyArray) SortStable(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L921: func (s KeyboardButtonBuyArray) Retain(keep func(x KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L935: func (s KeyboardButtonBuyArray) First() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L943: func (s KeyboardButtonBuyArray) Last() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L951: func (s *KeyboardButtonBuyArray) PopFirst() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L961: 	var zero KeyboardButtonBuy
		tl_keyboard_button_slices_gen.go#L970: func (s *KeyboardButtonBuyArray) Pop() (v KeyboardButtonBuy, ok bool) {
		tl_registry_gen.go#L4113: 		KeyboardButtonBuyTypeID:                                  func() bin.Object { return &KeyboardButtonBuy{} },