class
TD::Update::UnreadChatCount
- TD::Update::UnreadChatCount
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/unread_chat_count.crConstructors
- .new(chat_list : TD::ChatList, total_count : Int32, unread_count : Int32, unread_unmuted_count : Int32, marked_as_unread_count : Int32, marked_as_unread_unmuted_count : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #chat_list : TD::ChatList
- #chat_list=(chat_list : TD::ChatList)
- #marked_as_unread_count : Int32
- #marked_as_unread_count=(marked_as_unread_count : Int32)
- #marked_as_unread_unmuted_count : Int32
- #marked_as_unread_unmuted_count=(marked_as_unread_unmuted_count : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #total_count : Int32
- #total_count=(total_count : Int32)
- #unread_count : Int32
- #unread_count=(unread_count : Int32)
- #unread_unmuted_count : Int32
- #unread_unmuted_count=(unread_unmuted_count : Int32)
Instance methods inherited from class TD::Base
extract_abstract_type(__json : JSON::Any)
extract_abstract_type,
extract_type(__json : JSON::Any, class_type : Class)
extract_type
Macros inherited from class TD::Base
object_attributes(type)
object_attributes,
object_type(type)
object_type
Constructor Detail
def self.new(chat_list : TD::ChatList, total_count : Int32, unread_count : Int32, unread_unmuted_count : Int32, marked_as_unread_count : Int32, marked_as_unread_unmuted_count : Int32)
#