Class TdApi.CollectibleItemTypeUsername

Enclosing class:
TdApi

public static class TdApi.CollectibleItemTypeUsername extends TdApi.CollectibleItemType
A username.
  • Field Details

    • username

      public String username
      The username.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CollectibleItemTypeUsername

      public CollectibleItemTypeUsername()
      A username.
    • CollectibleItemTypeUsername

      public CollectibleItemTypeUsername(String username)
      A username.
      Parameters:
      username - The username.
  • Method Details