Sha256: 28f752d50f8e07ae6552a78ca36ec657e224759be00eae8b68169113dfcebbee

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

module TD::Types
  # The title of a chat was changed.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr title [String] The new chat title.
  class Update::ChatTitle < Update
    attribute :chat_id, TD::Types::Integer
    attribute :title, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/chat_title.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/chat_title.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/chat_title.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/chat_title.rb