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

34 uses

	github.com/gotd/td/tg (current package)
		tl_keyboard_button_gen.go#L38: type KeyboardButton struct {
		tl_keyboard_button_gen.go#L59: func (k KeyboardButton) construct() KeyboardButtonClass { return &k }
		tl_keyboard_button_gen.go#L63: 	_ bin.Encoder     = &KeyboardButton{}
		tl_keyboard_button_gen.go#L64: 	_ bin.Decoder     = &KeyboardButton{}
		tl_keyboard_button_gen.go#L65: 	_ bin.BareEncoder = &KeyboardButton{}
		tl_keyboard_button_gen.go#L66: 	_ bin.BareDecoder = &KeyboardButton{}
		tl_keyboard_button_gen.go#L68: 	_ KeyboardButtonClass = &KeyboardButton{}
		tl_keyboard_button_gen.go#L71: func (k *KeyboardButton) Zero() bool {
		tl_keyboard_button_gen.go#L89: func (k *KeyboardButton) String() string {
		tl_keyboard_button_gen.go#L93: 	type Alias KeyboardButton
		tl_keyboard_button_gen.go#L98: func (k *KeyboardButton) FillFrom(from interface {
		tl_keyboard_button_gen.go#L112: func (*KeyboardButton) TypeID() uint32 {
		tl_keyboard_button_gen.go#L117: func (*KeyboardButton) TypeName() string {
		tl_keyboard_button_gen.go#L122: func (k *KeyboardButton) TypeInfo() tdp.Type {
		tl_keyboard_button_gen.go#L146: func (k *KeyboardButton) SetFlags() {
		tl_keyboard_button_gen.go#L153: func (k *KeyboardButton) Encode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L162: func (k *KeyboardButton) EncodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L180: func (k *KeyboardButton) Decode(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L191: func (k *KeyboardButton) DecodeBare(b *bin.Buffer) error {
		tl_keyboard_button_gen.go#L216: func (k *KeyboardButton) SetStyle(value KeyboardButtonStyle) {
		tl_keyboard_button_gen.go#L223: func (k *KeyboardButton) GetStyle() (value KeyboardButtonStyle, ok bool) {
		tl_keyboard_button_gen.go#L234: func (k *KeyboardButton) GetText() (value string) {
		tl_keyboard_button_gen.go#L4891: 		v := KeyboardButton{}
		tl_keyboard_button_slices_gen.go#L122: 		value, ok := elem.(*KeyboardButton)
		tl_keyboard_button_slices_gen.go#L354: type KeyboardButtonArray []KeyboardButton
		tl_keyboard_button_slices_gen.go#L357: func (s KeyboardButtonArray) Sort(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L365: func (s KeyboardButtonArray) SortStable(less func(a, b KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L373: func (s KeyboardButtonArray) Retain(keep func(x KeyboardButton) bool) KeyboardButtonArray {
		tl_keyboard_button_slices_gen.go#L387: func (s KeyboardButtonArray) First() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L395: func (s KeyboardButtonArray) Last() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L403: func (s *KeyboardButtonArray) PopFirst() (v KeyboardButton, ok bool) {
		tl_keyboard_button_slices_gen.go#L413: 	var zero KeyboardButton
		tl_keyboard_button_slices_gen.go#L422: func (s *KeyboardButtonArray) Pop() (v KeyboardButton, ok bool) {
		tl_registry_gen.go#L5489: 		KeyboardButtonTypeID:                                     func() bin.Object { return &KeyboardButton{} },