type github.com/gotd/td/tg.KeyboardButtonClass
58 uses
github.com/gotd/td/tg (current package)
tl_bots_get_requested_web_view_button_gen.go#L198: func (c *Client) BotsGetRequestedWebViewButton(ctx context.Context, request *BotsGetRequestedWebViewButtonRequest) (KeyboardButtonClass, error) {
tl_bots_request_web_view_button_gen.go#L41: Button KeyboardButtonClass
tl_bots_request_web_view_button_gen.go#L81: GetButton() (value KeyboardButtonClass)
tl_bots_request_web_view_button_gen.go#L193: func (r *BotsRequestWebViewButtonRequest) GetButton() (value KeyboardButtonClass) {
tl_keyboard_button_gen.go#L59: func (k KeyboardButton) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L68: _ KeyboardButtonClass = &KeyboardButton{}
tl_keyboard_button_gen.go#L268: func (k KeyboardButtonURL) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L277: _ KeyboardButtonClass = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L514: func (k KeyboardButtonCallback) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L523: _ KeyboardButtonClass = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L779: func (k KeyboardButtonRequestPhone) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L788: _ KeyboardButtonClass = &KeyboardButtonRequestPhone{}
tl_keyboard_button_gen.go#L986: func (k KeyboardButtonRequestGeoLocation) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L995: _ KeyboardButtonClass = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L1204: func (k KeyboardButtonSwitchInline) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1213: _ KeyboardButtonClass = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L1539: func (k KeyboardButtonGame) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1548: _ KeyboardButtonClass = &KeyboardButtonGame{}
tl_keyboard_button_gen.go#L1746: func (k KeyboardButtonBuy) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1755: _ KeyboardButtonClass = &KeyboardButtonBuy{}
tl_keyboard_button_gen.go#L1991: func (k KeyboardButtonURLAuth) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2000: _ KeyboardButtonClass = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L2322: func (i InputKeyboardButtonURLAuth) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L2331: _ KeyboardButtonClass = &InputKeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L2666: func (k KeyboardButtonRequestPoll) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2675: _ KeyboardButtonClass = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2919: func (i InputKeyboardButtonUserProfile) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L2928: _ KeyboardButtonClass = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L3158: func (k KeyboardButtonUserProfile) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L3167: _ KeyboardButtonClass = &KeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L3403: func (k KeyboardButtonWebView) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L3412: _ KeyboardButtonClass = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L3648: func (k KeyboardButtonSimpleWebView) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L3657: _ KeyboardButtonClass = &KeyboardButtonSimpleWebView{}
tl_keyboard_button_gen.go#L3896: func (k KeyboardButtonRequestPeer) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L3905: _ KeyboardButtonClass = &KeyboardButtonRequestPeer{}
tl_keyboard_button_gen.go#L4205: func (i InputKeyboardButtonRequestPeer) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L4214: _ KeyboardButtonClass = &InputKeyboardButtonRequestPeer{}
tl_keyboard_button_gen.go#L4593: func (k KeyboardButtonCopy) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L4602: _ KeyboardButtonClass = &KeyboardButtonCopy{}
tl_keyboard_button_gen.go#L4854: type KeyboardButtonClass interface {
tl_keyboard_button_gen.go#L4859: construct() KeyboardButtonClass
tl_keyboard_button_gen.go#L4883: func DecodeKeyboardButton(buf *bin.Buffer) (KeyboardButtonClass, error) {
tl_keyboard_button_gen.go#L5022: KeyboardButton KeyboardButtonClass
tl_keyboard_button_row_gen.go#L40: Buttons []KeyboardButtonClass
tl_keyboard_button_row_gen.go#L76: GetButtons() (value []KeyboardButtonClass)
tl_keyboard_button_row_gen.go#L161: k.Buttons = make([]KeyboardButtonClass, 0, headerLen%bin.PreallocateLimit)
tl_keyboard_button_row_gen.go#L175: func (k *KeyboardButtonRow) GetButtons() (value []KeyboardButtonClass) {
tl_keyboard_button_slices_gen.go#L38: type KeyboardButtonClassArray []KeyboardButtonClass
tl_keyboard_button_slices_gen.go#L41: func (s KeyboardButtonClassArray) Sort(less func(a, b KeyboardButtonClass) bool) KeyboardButtonClassArray {
tl_keyboard_button_slices_gen.go#L49: func (s KeyboardButtonClassArray) SortStable(less func(a, b KeyboardButtonClass) bool) KeyboardButtonClassArray {
tl_keyboard_button_slices_gen.go#L57: func (s KeyboardButtonClassArray) Retain(keep func(x KeyboardButtonClass) bool) KeyboardButtonClassArray {
tl_keyboard_button_slices_gen.go#L71: func (s KeyboardButtonClassArray) First() (v KeyboardButtonClass, ok bool) {
tl_keyboard_button_slices_gen.go#L79: func (s KeyboardButtonClassArray) Last() (v KeyboardButtonClass, ok bool) {
tl_keyboard_button_slices_gen.go#L87: func (s *KeyboardButtonClassArray) PopFirst() (v KeyboardButtonClass, ok bool) {
tl_keyboard_button_slices_gen.go#L97: var zero KeyboardButtonClass
tl_keyboard_button_slices_gen.go#L106: func (s *KeyboardButtonClassArray) Pop() (v KeyboardButtonClass, ok bool) {
tl_server_gen.go#L10590: func (s *ServerDispatcher) OnBotsGetRequestedWebViewButton(f func(ctx context.Context, request *BotsGetRequestedWebViewButtonRequest) (KeyboardButtonClass, error)) {
 |
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. |