Class: TD::Types::MessageForwardOrigin::Chat
- Inherits:
-
TD::Types::MessageForwardOrigin
- Object
- Dry::Struct
- Base
- TD::Types::MessageForwardOrigin
- TD::Types::MessageForwardOrigin::Chat
- Defined in:
- lib/tdlib/types/message_forward_origin/chat.rb
Overview
The message was originally sent by an anonymous chat administrator on behalf of the chat.
Instance Attribute Summary collapse
-
#author_signature ⇒ TD::Types::String
Original message author signature.
-
#sender_chat_id ⇒ Integer
Identifier of the chat that originally sent the message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#author_signature ⇒ TD::Types::String
Original message author signature.
6 7 8 |
# File 'lib/tdlib/types/message_forward_origin/chat.rb', line 6 def @author_signature end |
#sender_chat_id ⇒ Integer
Identifier of the chat that originally sent the message.
6 7 8 |
# File 'lib/tdlib/types/message_forward_origin/chat.rb', line 6 def sender_chat_id @sender_chat_id end |