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