Class TdApi.CanSendMessageToUserResultUserHasPaidMessages

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanSendMessageToUserResult
org.drinkless.tdlib.TdApi.CanSendMessageToUserResultUserHasPaidMessages
Enclosing class:
TdApi

public static class TdApi.CanSendMessageToUserResultUserHasPaidMessages extends TdApi.CanSendMessageToUserResult
The user can be messaged, but the messages are paid.
  • Field Details

    • outgoingPaidMessageStarCount

      public long outgoingPaidMessageStarCount
      Number of Telegram Stars that must be paid by the current user for each sent message to the user.
    • CONSTRUCTOR

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

    • CanSendMessageToUserResultUserHasPaidMessages

      public CanSendMessageToUserResultUserHasPaidMessages()
      The user can be messaged, but the messages are paid.
    • CanSendMessageToUserResultUserHasPaidMessages

      public CanSendMessageToUserResultUserHasPaidMessages(long outgoingPaidMessageStarCount)
      The user can be messaged, but the messages are paid.
      Parameters:
      outgoingPaidMessageStarCount - Number of Telegram Stars that must be paid by the current user for each sent message to 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