Class: TD::Types::QuickReplyShortcut
- Defined in:
- lib/tdlib/types/quick_reply_shortcut.rb
Overview
Describes a shortcut that can be used for a quick reply.
Instance Attribute Summary collapse
-
#first_message ⇒ TD::Types::QuickReplyMessage
The first shortcut message.
-
#id ⇒ Integer
Unique shortcut identifier.
-
#message_count ⇒ Integer
The total number of messages in the shortcut.
-
#name ⇒ TD::Types::String
The name of the shortcut that can be used to use the shortcut.
Method Summary
Methods inherited from Base
Instance Attribute Details
#first_message ⇒ TD::Types::QuickReplyMessage
The first shortcut message.
8 9 10 |
# File 'lib/tdlib/types/quick_reply_shortcut.rb', line 8 def end |
#id ⇒ Integer
Unique shortcut identifier.
8 9 10 |
# File 'lib/tdlib/types/quick_reply_shortcut.rb', line 8 def id @id end |
#message_count ⇒ Integer
The total number of messages in the shortcut.
8 9 10 |
# File 'lib/tdlib/types/quick_reply_shortcut.rb', line 8 def end |
#name ⇒ TD::Types::String
The name of the shortcut that can be used to use the shortcut.
8 9 10 |
# File 'lib/tdlib/types/quick_reply_shortcut.rb', line 8 def name @name end |