type github.com/gotd/td/tg.KeyboardButtonCallback
37 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L479: type KeyboardButtonCallback struct {
tl_keyboard_button_gen.go#L514: func (k KeyboardButtonCallback) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L518: _ bin.Encoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L519: _ bin.Decoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L520: _ bin.BareEncoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L521: _ bin.BareDecoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L523: _ KeyboardButtonClass = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L526: func (k *KeyboardButtonCallback) Zero() bool {
tl_keyboard_button_gen.go#L550: func (k *KeyboardButtonCallback) String() string {
tl_keyboard_button_gen.go#L554: type Alias KeyboardButtonCallback
tl_keyboard_button_gen.go#L559: func (k *KeyboardButtonCallback) FillFrom(from interface {
tl_keyboard_button_gen.go#L577: func (*KeyboardButtonCallback) TypeID() uint32 {
tl_keyboard_button_gen.go#L582: func (*KeyboardButtonCallback) TypeName() string {
tl_keyboard_button_gen.go#L587: func (k *KeyboardButtonCallback) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L620: func (k *KeyboardButtonCallback) SetFlags() {
tl_keyboard_button_gen.go#L630: func (k *KeyboardButtonCallback) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L639: func (k *KeyboardButtonCallback) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L658: func (k *KeyboardButtonCallback) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L669: func (k *KeyboardButtonCallback) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L702: func (k *KeyboardButtonCallback) SetRequiresPassword(value bool) {
tl_keyboard_button_gen.go#L713: func (k *KeyboardButtonCallback) GetRequiresPassword() (value bool) {
tl_keyboard_button_gen.go#L721: func (k *KeyboardButtonCallback) SetStyle(value KeyboardButtonStyle) {
tl_keyboard_button_gen.go#L728: func (k *KeyboardButtonCallback) GetStyle() (value KeyboardButtonStyle, ok bool) {
tl_keyboard_button_gen.go#L739: func (k *KeyboardButtonCallback) GetText() (value string) {
tl_keyboard_button_gen.go#L747: func (k *KeyboardButtonCallback) GetData() (value []byte) {
tl_keyboard_button_gen.go#L4905: v := KeyboardButtonCallback{}
tl_keyboard_button_slices_gen.go#L148: value, ok := elem.(*KeyboardButtonCallback)
tl_keyboard_button_slices_gen.go#L518: type KeyboardButtonCallbackArray []KeyboardButtonCallback
tl_keyboard_button_slices_gen.go#L521: func (s KeyboardButtonCallbackArray) Sort(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L529: func (s KeyboardButtonCallbackArray) SortStable(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L537: func (s KeyboardButtonCallbackArray) Retain(keep func(x KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L551: func (s KeyboardButtonCallbackArray) First() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L559: func (s KeyboardButtonCallbackArray) Last() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L567: func (s *KeyboardButtonCallbackArray) PopFirst() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L577: var zero KeyboardButtonCallback
tl_keyboard_button_slices_gen.go#L586: func (s *KeyboardButtonCallbackArray) Pop() (v KeyboardButtonCallback, ok bool) {
tl_registry_gen.go#L5491: KeyboardButtonCallbackTypeID: func() bin.Object { return &KeyboardButtonCallback{} },
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |