type github.com/gotd/td/tg.InputQuickReplyShortcutArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_quick_reply_shortcut_slices_gen.go#L120: func (s InputQuickReplyShortcutClassArray) AsInputQuickReplyShortcut() (to InputQuickReplyShortcutArray) {
tl_input_quick_reply_shortcut_slices_gen.go#L146: type InputQuickReplyShortcutArray []InputQuickReplyShortcut
tl_input_quick_reply_shortcut_slices_gen.go#L149: func (s InputQuickReplyShortcutArray) Sort(less func(a, b InputQuickReplyShortcut) bool) InputQuickReplyShortcutArray {
tl_input_quick_reply_shortcut_slices_gen.go#L157: func (s InputQuickReplyShortcutArray) SortStable(less func(a, b InputQuickReplyShortcut) bool) InputQuickReplyShortcutArray {
tl_input_quick_reply_shortcut_slices_gen.go#L165: func (s InputQuickReplyShortcutArray) Retain(keep func(x InputQuickReplyShortcut) bool) InputQuickReplyShortcutArray {
tl_input_quick_reply_shortcut_slices_gen.go#L179: func (s InputQuickReplyShortcutArray) First() (v InputQuickReplyShortcut, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L187: func (s InputQuickReplyShortcutArray) Last() (v InputQuickReplyShortcut, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L195: func (s *InputQuickReplyShortcutArray) PopFirst() (v InputQuickReplyShortcut, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L214: func (s *InputQuickReplyShortcutArray) Pop() (v InputQuickReplyShortcut, ok bool) {
![]() |
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. |