class TD::Update::UnreadChatCount

Included Modules

Defined in:

telegram/types/update/unread_chat_count.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(__json : JSON::Any | Nil = nil) #

[View source]

Instance Method Detail

def chat_list : TD::ChatList #

def chat_list=(chat_list : TD::ChatList) #

def marked_as_unread_count : Int32 #

def marked_as_unread_count=(marked_as_unread_count : Int32) #

def marked_as_unread_unmuted_count : Int32 #

def marked_as_unread_unmuted_count=(marked_as_unread_unmuted_count : Int32) #

def object_type : String #

def object_type=(object_type : String) #

def total_count : Int32 #

def total_count=(total_count : Int32) #

def unread_count : Int32 #

def unread_count=(unread_count : Int32) #

def unread_unmuted_count : Int32 #

def unread_unmuted_count=(unread_unmuted_count : Int32) #