Sha256: 8aa09f6537df3d48c75fa4d75cc6044a676a7f9553ff3f7b4fe0bbcfb867161c
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 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::Coercible::Integer attribute :action_bar, TD::Types::ChatActionBar.optional.default(nil) end end
Version data entries
3 entries across 3 versions & 1 rubygems