type github.com/gotd/td/tg.KeyboardButtonCallback
35 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L335: type KeyboardButtonCallback struct {
tl_keyboard_button_gen.go#L363: func (k KeyboardButtonCallback) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L367: _ bin.Encoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L368: _ bin.Decoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L369: _ bin.BareEncoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L370: _ bin.BareDecoder = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L372: _ KeyboardButtonClass = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L375: func (k *KeyboardButtonCallback) Zero() bool {
tl_keyboard_button_gen.go#L396: func (k *KeyboardButtonCallback) String() string {
tl_keyboard_button_gen.go#L400: type Alias KeyboardButtonCallback
tl_keyboard_button_gen.go#L405: func (k *KeyboardButtonCallback) FillFrom(from interface {
tl_keyboard_button_gen.go#L418: func (*KeyboardButtonCallback) TypeID() uint32 {
tl_keyboard_button_gen.go#L423: func (*KeyboardButtonCallback) TypeName() string {
tl_keyboard_button_gen.go#L428: func (k *KeyboardButtonCallback) TypeInfo() tdp.Type {
tl_keyboard_button_gen.go#L456: func (k *KeyboardButtonCallback) SetFlags() {
tl_keyboard_button_gen.go#L463: func (k *KeyboardButtonCallback) Encode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L472: func (k *KeyboardButtonCallback) EncodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L486: func (k *KeyboardButtonCallback) Decode(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L497: func (k *KeyboardButtonCallback) DecodeBare(b *bin.Buffer) error {
tl_keyboard_button_gen.go#L525: func (k *KeyboardButtonCallback) SetRequiresPassword(value bool) {
tl_keyboard_button_gen.go#L536: func (k *KeyboardButtonCallback) GetRequiresPassword() (value bool) {
tl_keyboard_button_gen.go#L544: func (k *KeyboardButtonCallback) GetText() (value string) {
tl_keyboard_button_gen.go#L552: func (k *KeyboardButtonCallback) GetData() (value []byte) {
tl_keyboard_button_gen.go#L3188: v := KeyboardButtonCallback{}
tl_keyboard_button_slices_gen.go#L148: value, ok := elem.(*KeyboardButtonCallback)
tl_keyboard_button_slices_gen.go#L492: type KeyboardButtonCallbackArray []KeyboardButtonCallback
tl_keyboard_button_slices_gen.go#L495: func (s KeyboardButtonCallbackArray) Sort(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L503: func (s KeyboardButtonCallbackArray) SortStable(less func(a, b KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L511: func (s KeyboardButtonCallbackArray) Retain(keep func(x KeyboardButtonCallback) bool) KeyboardButtonCallbackArray {
tl_keyboard_button_slices_gen.go#L525: func (s KeyboardButtonCallbackArray) First() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L533: func (s KeyboardButtonCallbackArray) Last() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L541: func (s *KeyboardButtonCallbackArray) PopFirst() (v KeyboardButtonCallback, ok bool) {
tl_keyboard_button_slices_gen.go#L551: var zero KeyboardButtonCallback
tl_keyboard_button_slices_gen.go#L560: func (s *KeyboardButtonCallbackArray) Pop() (v KeyboardButtonCallback, ok bool) {
tl_registry_gen.go#L4108: KeyboardButtonCallbackTypeID: func() bin.Object { return &KeyboardButtonCallback{} },
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |