Sha256: 250bffb8f78020f3c31b14e8e3704fdbc2139abf7f8979b69bf7d481e3b8a1f9
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
module TD::Types # The chat action bar was changed. # # @attr chat_id [Integer] Chat identifier. # @attr action_bar [TD::Types::ChatActionBar, nil] The new value of the action bar; may be null. class Update::ChatActionBar < Update attribute :chat_id, TD::Types::Integer attribute :action_bar, TD::Types::ChatActionBar.optional.default(nil) end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/chat_action_bar.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/update/chat_action_bar.rb |