class
TD::Update::ChatIsBlocked
- TD::Update::ChatIsBlocked
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/chat_is_blocked.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(chat_id : Int64, is_blocked : Bool = false)
Instance Method Summary
- #chat_id : Int64
- #chat_id=(chat_id : Int64)
- #is_blocked : Bool
- #is_blocked=(is_blocked : Bool)
- #object_type : String
- #object_type=(object_type : String)