class
TD::MessagePosition
- TD::MessagePosition
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_position.crConstructors
- .new(position : Int32, message_id : Int64, date : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #date : Int32
- #date=(date : Int32)
- #message_id : Int64
- #message_id=(message_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #position : Int32
- #position=(position : Int32)