type github.com/gotd/td/tg.KeyboardButtonClass
49 uses
github.com/gotd/td/tg (current package)
tl_keyboard_button_gen.go#L47: func (k KeyboardButton) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L56: _ KeyboardButtonClass = &KeyboardButton{}
tl_keyboard_button_gen.go#L184: func (k KeyboardButtonURL) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L193: _ KeyboardButtonClass = &KeyboardButtonURL{}
tl_keyboard_button_gen.go#L363: func (k KeyboardButtonCallback) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L372: _ KeyboardButtonClass = &KeyboardButtonCallback{}
tl_keyboard_button_gen.go#L572: func (k KeyboardButtonRequestPhone) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L581: _ KeyboardButtonClass = &KeyboardButtonRequestPhone{}
tl_keyboard_button_gen.go#L707: func (k KeyboardButtonRequestGeoLocation) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L716: _ KeyboardButtonClass = &KeyboardButtonRequestGeoLocation{}
tl_keyboard_button_gen.go#L858: func (k KeyboardButtonSwitchInline) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L867: _ KeyboardButtonClass = &KeyboardButtonSwitchInline{}
tl_keyboard_button_gen.go#L1137: func (k KeyboardButtonGame) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1146: _ KeyboardButtonClass = &KeyboardButtonGame{}
tl_keyboard_button_gen.go#L1272: func (k KeyboardButtonBuy) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1281: _ KeyboardButtonClass = &KeyboardButtonBuy{}
tl_keyboard_button_gen.go#L1450: func (k KeyboardButtonURLAuth) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L1459: _ KeyboardButtonClass = &KeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L1730: func (i InputKeyboardButtonURLAuth) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L1739: _ KeyboardButtonClass = &InputKeyboardButtonURLAuth{}
tl_keyboard_button_gen.go#L2023: func (k KeyboardButtonRequestPoll) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2032: _ KeyboardButtonClass = &KeyboardButtonRequestPoll{}
tl_keyboard_button_gen.go#L2220: func (i InputKeyboardButtonUserProfile) construct() KeyboardButtonClass { return &i }
tl_keyboard_button_gen.go#L2229: _ KeyboardButtonClass = &InputKeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2387: func (k KeyboardButtonUserProfile) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2396: _ KeyboardButtonClass = &KeyboardButtonUserProfile{}
tl_keyboard_button_gen.go#L2560: func (k KeyboardButtonWebView) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2569: _ KeyboardButtonClass = &KeyboardButtonWebView{}
tl_keyboard_button_gen.go#L2733: func (k KeyboardButtonSimpleWebView) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2742: _ KeyboardButtonClass = &KeyboardButtonSimpleWebView{}
tl_keyboard_button_gen.go#L2909: func (k KeyboardButtonRequestPeer) construct() KeyboardButtonClass { return &k }
tl_keyboard_button_gen.go#L2918: _ KeyboardButtonClass = &KeyboardButtonRequestPeer{}
tl_keyboard_button_gen.go#L3143: type KeyboardButtonClass interface {
tl_keyboard_button_gen.go#L3148: construct() KeyboardButtonClass
tl_keyboard_button_gen.go#L3166: func DecodeKeyboardButton(buf *bin.Buffer) (KeyboardButtonClass, error) {
tl_keyboard_button_gen.go#L3291: 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) {
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. |