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

31 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L38: type KeyboardButton struct {
		tl_keyboard_button_gen.go#L47: func (k KeyboardButton) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L51: 	_ bin.Encoder     = &KeyboardButton{}
		tl_keyboard_button_gen.go#L52: 	_ bin.Decoder     = &KeyboardButton{}
		tl_keyboard_button_gen.go#L53: 	_ bin.BareEncoder = &KeyboardButton{}
		tl_keyboard_button_gen.go#L54: 	_ bin.BareDecoder = &KeyboardButton{}
		tl_keyboard_button_gen.go#L56: 	_ KeyboardButtonClass = &KeyboardButton{}
		tl_keyboard_button_gen.go#L59: func (k *KeyboardButton) Zero() bool {
		tl_keyboard_button_gen.go#L71: func (k *KeyboardButton) String() string {
		tl_keyboard_button_gen.go#L75: 	type Alias KeyboardButton
		tl_keyboard_button_gen.go#L80: func (k *KeyboardButton) FillFrom(from interface {
		tl_keyboard_button_gen.go#L89: func (*KeyboardButton) TypeID() uint32 {
		tl_keyboard_button_gen.go#L94: func (*KeyboardButton) TypeName() string {
		tl_keyboard_button_gen.go#L99: func (k *KeyboardButton) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L118: func (k *KeyboardButton) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L127: func (k *KeyboardButton) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L136: func (k *KeyboardButton) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L147: func (k *KeyboardButton) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L162: func (k *KeyboardButton) GetText() (value string) {
		tl_keyboard_button_gen.go#L3174: 		v := KeyboardButton{}
		tl_keyboard_button_slices_gen.go#L122: 		value, ok := elem.(*KeyboardButton)
		tl_keyboard_button_slices_gen.go#L328: type KeyboardButtonArray []KeyboardButton
		tl_keyboard_button_slices_gen.go#L331: func (s KeyboardButtonArray) Sort(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L339: func (s KeyboardButtonArray) SortStable(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L347: func (s KeyboardButtonArray) Retain(keep func(x KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L361: func (s KeyboardButtonArray) First() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L369: func (s KeyboardButtonArray) Last() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L377: func (s *KeyboardButtonArray) PopFirst() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L387: 	var zero KeyboardButton
		tl_keyboard_button_slices_gen.go#L396: func (s *KeyboardButtonArray) Pop() (v KeyboardButton, ok bool) {
		tl_registry_gen.go#L4106: 		KeyboardButtonTypeID:                                     func() bin.Object { return &KeyboardButton{} },