class
TD::MessageForwardOrigin::Chat
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_forward_origin/chat.crConstructors
- .new(sender_chat_id : Int64, author_signature : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #author_signature : String
- #author_signature=(author_signature : String)
- #object_type : String
- #object_type=(object_type : String)
- #sender_chat_id : Int64
- #sender_chat_id=(sender_chat_id : Int64)