Class: TD::Types::InputMessageContent::Forwarded
- Inherits:
-
TD::Types::InputMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageContent
- TD::Types::InputMessageContent::Forwarded
- Defined in:
- lib/tdlib/types/input_message_content/forwarded.rb
Overview
A forwarded message.
Instance Attribute Summary collapse
-
#copy_options ⇒ TD::Types::MessageCopyOptions
Options to be used to copy content of the message without a link to the original message.
-
#from_chat_id ⇒ Integer
Identifier for the chat this forwarded message came from.
-
#in_game_share ⇒ Boolean
True, if a game message should be shared within a launched game; applies only to game messages.
-
#message_id ⇒ Integer
Identifier of the message to forward.
Method Summary
Methods inherited from Base
Instance Attribute Details
#copy_options ⇒ TD::Types::MessageCopyOptions
Options to be used to copy content of the message without a link to the original message.
10 11 12 |
# File 'lib/tdlib/types/input_message_content/forwarded.rb', line 10 def @copy_options end |
#from_chat_id ⇒ Integer
Identifier for the chat this forwarded message came from.
10 11 12 |
# File 'lib/tdlib/types/input_message_content/forwarded.rb', line 10 def from_chat_id @from_chat_id end |
#in_game_share ⇒ Boolean
True, if a game message should be shared within a launched game; applies only to game messages.
10 11 12 |
# File 'lib/tdlib/types/input_message_content/forwarded.rb', line 10 def in_game_share @in_game_share end |
#message_id ⇒ Integer
Identifier of the message to forward.
10 11 12 |
# File 'lib/tdlib/types/input_message_content/forwarded.rb', line 10 def @message_id end |