class
TD::InputMessageContent::Forwarded
Included Modules
- JSON::Serializable
Defined in:
telegram/types/input_message_content/forwarded.crConstructors
- .new(from_chat_id : Int64, message_id : Int64, copy_options : TD::MessageCopyOptions, in_game_share : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #copy_options : TD::MessageCopyOptions
- #copy_options=(copy_options : TD::MessageCopyOptions)
- #from_chat_id : Int64
- #from_chat_id=(from_chat_id : Int64)
- #in_game_share : Bool
- #in_game_share=(in_game_share : Bool)
- #message_id : Int64
- #message_id=(message_id : Int64)
- #object_type : String
- #object_type=(object_type : String)