Class TdApi.CloseBirthdayUser

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.CloseBirthdayUser
Enclosing class:
TdApi

public static class TdApi.CloseBirthdayUser extends TdApi.Object
Describes a user that had or will have a birthday soon.
  • Field Details

    • userId

      public long userId
      User identifier.
    • birthdate

      public TdApi.Birthdate birthdate
      Birthdate of the user.
    • CONSTRUCTOR

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

    • CloseBirthdayUser

      public CloseBirthdayUser()
      Describes a user that had or will have a birthday soon.
    • CloseBirthdayUser

      public CloseBirthdayUser(long userId, TdApi.Birthdate birthdate)
      Describes a user that had or will have a birthday soon.
      Parameters:
      userId - User identifier.
      birthdate - Birthdate of the user.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR