Sha256: 8346be8f8f2f929fea264c0f6bc21dc51722bebef7112ba2db8e3a7d2a1e29a7
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 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 application. # # @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-schema-1.7.0.3 | lib/tdlib/types/update/secret_chat.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/secret_chat.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/secret_chat.rb |