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