Sha256: 377e553480f81dab669658d5de5058f1899ad28fcaa357c9fd48be28ec01561c
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
module TD::Types # A secret chat with a user. # # @attr secret_chat_id [Integer] Secret chat identifier. # @attr user_id [Integer] User identifier of the secret chat peer. class ChatType::Secret < ChatType attribute :secret_chat_id, TD::Types::Coercible::Integer attribute :user_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_type/secret.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_type/secret.rb |