Class: TD::Types::MessageForwardOrigin::Channel
- Inherits:
-
TD::Types::MessageForwardOrigin
- Object
- Dry::Struct
- Base
- TD::Types::MessageForwardOrigin
- TD::Types::MessageForwardOrigin::Channel
- Defined in:
- lib/tdlib/types/message_forward_origin/channel.rb
Overview
The message was originally a post in a channel.
Instance Attribute Summary collapse
-
#author_signature ⇒ String
Original post author signature.
-
#chat_id ⇒ Integer
Identifier of the chat from which the message was originally forwarded.
-
#message_id ⇒ Integer
Message identifier of the original message; 0 if unknown.
Method Summary
Methods inherited from Base
Instance Attribute Details
#author_signature ⇒ String
Original post author signature.
7 8 9 |
# File 'lib/tdlib/types/message_forward_origin/channel.rb', line 7 def @author_signature end |
#chat_id ⇒ Integer
Identifier of the chat from which the message was originally forwarded.
7 8 9 |
# File 'lib/tdlib/types/message_forward_origin/channel.rb', line 7 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier of the original message; 0 if unknown.
7 8 9 |
# File 'lib/tdlib/types/message_forward_origin/channel.rb', line 7 def @message_id end |