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

34 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L1725: type KeyboardButtonBuy struct {
		tl_keyboard_button_gen.go#L1746: func (k KeyboardButtonBuy) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L1750: 	_ bin.Encoder     = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1751: 	_ bin.Decoder     = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1752: 	_ bin.BareEncoder = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1753: 	_ bin.BareDecoder = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1755: 	_ KeyboardButtonClass = &KeyboardButtonBuy{}
		tl_keyboard_button_gen.go#L1758: func (k *KeyboardButtonBuy) Zero() bool {
		tl_keyboard_button_gen.go#L1776: func (k *KeyboardButtonBuy) String() string {
		tl_keyboard_button_gen.go#L1780: 	type Alias KeyboardButtonBuy
		tl_keyboard_button_gen.go#L1785: func (k *KeyboardButtonBuy) FillFrom(from interface {
		tl_keyboard_button_gen.go#L1799: func (*KeyboardButtonBuy) TypeID() uint32 {
		tl_keyboard_button_gen.go#L1804: func (*KeyboardButtonBuy) TypeName() string {
		tl_keyboard_button_gen.go#L1809: func (k *KeyboardButtonBuy) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L1833: func (k *KeyboardButtonBuy) SetFlags() {
		tl_keyboard_button_gen.go#L1840: func (k *KeyboardButtonBuy) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1849: func (k *KeyboardButtonBuy) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1867: func (k *KeyboardButtonBuy) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1878: func (k *KeyboardButtonBuy) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L1903: func (k *KeyboardButtonBuy) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L1910: func (k *KeyboardButtonBuy) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L1921: func (k *KeyboardButtonBuy) GetText() (value string) {
		tl_keyboard_button_gen.go#L4940: 		v := KeyboardButtonBuy{}
		tl_keyboard_button_slices_gen.go#L213: 		value, ok := elem.(*KeyboardButtonBuy)
		tl_keyboard_button_slices_gen.go#L928: type KeyboardButtonBuyArray []KeyboardButtonBuy
		tl_keyboard_button_slices_gen.go#L931: func (s KeyboardButtonBuyArray) Sort(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L939: func (s KeyboardButtonBuyArray) SortStable(less func(a, b KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L947: func (s KeyboardButtonBuyArray) Retain(keep func(x KeyboardButtonBuy) bool) KeyboardButtonBuyArray {
		tl_keyboard_button_slices_gen.go#L961: func (s KeyboardButtonBuyArray) First() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L969: func (s KeyboardButtonBuyArray) Last() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L977: func (s *KeyboardButtonBuyArray) PopFirst() (v KeyboardButtonBuy, ok bool) {
		tl_keyboard_button_slices_gen.go#L987: 	var zero KeyboardButtonBuy
		tl_keyboard_button_slices_gen.go#L996: func (s *KeyboardButtonBuyArray) Pop() (v KeyboardButtonBuy, ok bool) {
		tl_registry_gen.go#L5496: 		KeyboardButtonBuyTypeID:                                  func() bin.Object { return &KeyboardButtonBuy{} },