type github.com/gotd/td/tg.InputQuickReplyShortcutClassArray
13 uses
github.com/gotd/td/tg (current package)
tl_input_quick_reply_shortcut_slices_gen.go#L38: type InputQuickReplyShortcutClassArray []InputQuickReplyShortcutClass
tl_input_quick_reply_shortcut_slices_gen.go#L41: func (s InputQuickReplyShortcutClassArray) Sort(less func(a, b InputQuickReplyShortcutClass) bool) InputQuickReplyShortcutClassArray {
tl_input_quick_reply_shortcut_slices_gen.go#L49: func (s InputQuickReplyShortcutClassArray) SortStable(less func(a, b InputQuickReplyShortcutClass) bool) InputQuickReplyShortcutClassArray {
tl_input_quick_reply_shortcut_slices_gen.go#L57: func (s InputQuickReplyShortcutClassArray) Retain(keep func(x InputQuickReplyShortcutClass) bool) InputQuickReplyShortcutClassArray {
tl_input_quick_reply_shortcut_slices_gen.go#L71: func (s InputQuickReplyShortcutClassArray) First() (v InputQuickReplyShortcutClass, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L79: func (s InputQuickReplyShortcutClassArray) Last() (v InputQuickReplyShortcutClass, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L87: func (s *InputQuickReplyShortcutClassArray) PopFirst() (v InputQuickReplyShortcutClass, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L106: func (s *InputQuickReplyShortcutClassArray) Pop() (v InputQuickReplyShortcutClass, ok bool) {
tl_input_quick_reply_shortcut_slices_gen.go#L120: func (s InputQuickReplyShortcutClassArray) AsInputQuickReplyShortcut() (to InputQuickReplyShortcutArray) {
tl_input_quick_reply_shortcut_slices_gen.go#L133: func (s InputQuickReplyShortcutClassArray) AsInputQuickReplyShortcutID() (to InputQuickReplyShortcutIDArray) {
![]() |
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. |