Class: TD::Types::CollectibleItemType::Username

Inherits:
TD::Types::CollectibleItemType show all
Defined in:
lib/tdlib/types/collectible_item_type/username.rb

Overview

A username.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#usernameTD::Types::String

The username.

Returns:

  • (TD::Types::String)

    the current value of username



5
6
7
# File 'lib/tdlib/types/collectible_item_type/username.rb', line 5

def username
  @username
end