type github.com/gotd/td/tg.InputQuickReplyShortcutIDArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_quick_reply_shortcut_slices_gen.go#L133: func (s InputQuickReplyShortcutClassArray) AsInputQuickReplyShortcutID() (to InputQuickReplyShortcutIDArray) {
		tl_input_quick_reply_shortcut_slices_gen.go#L228: type InputQuickReplyShortcutIDArray []InputQuickReplyShortcutID
		tl_input_quick_reply_shortcut_slices_gen.go#L231: func (s InputQuickReplyShortcutIDArray) Sort(less func(a, b InputQuickReplyShortcutID) bool) InputQuickReplyShortcutIDArray {
		tl_input_quick_reply_shortcut_slices_gen.go#L239: func (s InputQuickReplyShortcutIDArray) SortStable(less func(a, b InputQuickReplyShortcutID) bool) InputQuickReplyShortcutIDArray {
		tl_input_quick_reply_shortcut_slices_gen.go#L247: func (s InputQuickReplyShortcutIDArray) Retain(keep func(x InputQuickReplyShortcutID) bool) InputQuickReplyShortcutIDArray {
		tl_input_quick_reply_shortcut_slices_gen.go#L261: func (s InputQuickReplyShortcutIDArray) First() (v InputQuickReplyShortcutID, ok bool) {
		tl_input_quick_reply_shortcut_slices_gen.go#L269: func (s InputQuickReplyShortcutIDArray) Last() (v InputQuickReplyShortcutID, ok bool) {
		tl_input_quick_reply_shortcut_slices_gen.go#L277: func (s *InputQuickReplyShortcutIDArray) PopFirst() (v InputQuickReplyShortcutID, ok bool) {
		tl_input_quick_reply_shortcut_slices_gen.go#L296: func (s *InputQuickReplyShortcutIDArray) Pop() (v InputQuickReplyShortcutID, ok bool) {