Sha256: 65a17638218569b46ee9798bbd045a21eae266f4edd98e861040a889dd60b5ce
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
module TD::Types # A URL linking to a user. # # @attr user_id [Integer] Identifier of the user. class TMeUrlType::User < TMeUrlType 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/t_me_url_type/user.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/t_me_url_type/user.rb |