Sha256: 1aae4a9a9688582affcf8540878830a148b2d5c79870d41ad99facffc5096f1a

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

module TD::Types
  # Some data of a secret chat has changed.
  # This update is guaranteed to come before the secret chat identifier is returned to the client.
  #
  # @attr secret_chat [TD::Types::SecretChat] New data about the secret chat.
  class Update::SecretChat < Update
    attribute :secret_chat, TD::Types::SecretChat
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/update/secret_chat.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/secret_chat.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/secret_chat.rb