class
TD::Sessions
- TD::Sessions
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/sessions.crConstructors
- .new(sessions : Array(TD::Session), inactive_session_ttl_days : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #inactive_session_ttl_days : Int32
- #inactive_session_ttl_days=(inactive_session_ttl_days : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #sessions : Array(TD::Session)
- #sessions=(sessions : Array(TD::Session))