type github.com/gotd/td/tg.InputQuickReplyShortcutClass
37 uses
github.com/gotd/td/tg (current package)
tl_input_quick_reply_shortcut_gen.go#L50: func (i InputQuickReplyShortcut) construct() InputQuickReplyShortcutClass { return &i }
tl_input_quick_reply_shortcut_gen.go#L59: _ InputQuickReplyShortcutClass = &InputQuickReplyShortcut{}
tl_input_quick_reply_shortcut_gen.go#L188: func (i InputQuickReplyShortcutID) construct() InputQuickReplyShortcutClass { return &i }
tl_input_quick_reply_shortcut_gen.go#L197: _ InputQuickReplyShortcutClass = &InputQuickReplyShortcutID{}
tl_input_quick_reply_shortcut_gen.go#L332: type InputQuickReplyShortcutClass interface {
tl_input_quick_reply_shortcut_gen.go#L337: construct() InputQuickReplyShortcutClass
tl_input_quick_reply_shortcut_gen.go#L352: func DecodeInputQuickReplyShortcut(buf *bin.Buffer) (InputQuickReplyShortcutClass, error) {
tl_input_quick_reply_shortcut_gen.go#L379: InputQuickReplyShortcut InputQuickReplyShortcutClass
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#L97: var zero InputQuickReplyShortcutClass
tl_input_quick_reply_shortcut_slices_gen.go#L106: func (s *InputQuickReplyShortcutClassArray) Pop() (v InputQuickReplyShortcutClass, ok bool) {
tl_messages_forward_messages_gen.go#L115: QuickReplyShortcut InputQuickReplyShortcutClass
tl_messages_forward_messages_gen.go#L257: GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool)
tl_messages_forward_messages_gen.go#L990: func (f *MessagesForwardMessagesRequest) SetQuickReplyShortcut(value InputQuickReplyShortcutClass) {
tl_messages_forward_messages_gen.go#L997: func (f *MessagesForwardMessagesRequest) GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool) {
tl_messages_send_inline_bot_result_gen.go#L96: QuickReplyShortcut InputQuickReplyShortcutClass
tl_messages_send_inline_bot_result_gen.go#L191: GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool)
tl_messages_send_inline_bot_result_gen.go#L657: func (s *MessagesSendInlineBotResultRequest) SetQuickReplyShortcut(value InputQuickReplyShortcutClass) {
tl_messages_send_inline_bot_result_gen.go#L664: func (s *MessagesSendInlineBotResultRequest) GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool) {
tl_messages_send_media_gen.go#L121: QuickReplyShortcut InputQuickReplyShortcutClass
tl_messages_send_media_gen.go#L260: GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool)
tl_messages_send_media_gen.go#L1007: func (s *MessagesSendMediaRequest) SetQuickReplyShortcut(value InputQuickReplyShortcutClass) {
tl_messages_send_media_gen.go#L1014: func (s *MessagesSendMediaRequest) GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool) {
tl_messages_send_message_gen.go#L121: QuickReplyShortcut InputQuickReplyShortcutClass
tl_messages_send_message_gen.go#L267: GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool)
tl_messages_send_message_gen.go#L1045: func (s *MessagesSendMessageRequest) SetQuickReplyShortcut(value InputQuickReplyShortcutClass) {
tl_messages_send_message_gen.go#L1052: func (s *MessagesSendMessageRequest) GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool) {
tl_messages_send_multi_media_gen.go#L104: QuickReplyShortcut InputQuickReplyShortcutClass
tl_messages_send_multi_media_gen.go#L213: GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, ok bool)
tl_messages_send_multi_media_gen.go#L762: func (s *MessagesSendMultiMediaRequest) SetQuickReplyShortcut(value InputQuickReplyShortcutClass) {
tl_messages_send_multi_media_gen.go#L769: func (s *MessagesSendMultiMediaRequest) GetQuickReplyShortcut() (value InputQuickReplyShortcutClass, 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. |