Sha256: 8aa09f6537df3d48c75fa4d75cc6044a676a7f9553ff3f7b4fe0bbcfb867161c

Contents?: true

Size: 379 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/update/chat_action_bar.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/chat_action_bar.rb