class
TD::Update::DeleteMessages
- TD::Update::DeleteMessages
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/delete_messages.crConstructors
- .new(chat_id : Int64, message_ids : Array(Int64), is_permanent : Bool = false, from_cache : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #chat_id : Int64
- #chat_id=(chat_id : Int64)
- #from_cache : Bool
- #from_cache=(from_cache : Bool)
- #is_permanent : Bool
- #is_permanent=(is_permanent : Bool)
- #message_ids : Array(Int64)
- #message_ids=(message_ids : Array(Int64))
- #object_type : String
- #object_type=(object_type : String)
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_id : Int64, message_ids : Array(Int64), is_permanent : Bool = false, from_cache : Bool = false)
#