Class: TD::Types::CollectibleItemType::Username
- Inherits:
-
TD::Types::CollectibleItemType
- Object
- Dry::Struct
- Base
- TD::Types::CollectibleItemType
- TD::Types::CollectibleItemType::Username
- Defined in:
- lib/tdlib/types/collectible_item_type/username.rb
Overview
A username.
Instance Attribute Summary collapse
-
#username ⇒ TD::Types::String
The username.
Method Summary
Methods inherited from Base
Instance Attribute Details
#username ⇒ TD::Types::String
The username.
5 6 7 |
# File 'lib/tdlib/types/collectible_item_type/username.rb', line 5 def username @username end |