Class TdApi.MessagePaidMessagesRefunded

Enclosing class:
TdApi

public static class TdApi.MessagePaidMessagesRefunded extends TdApi.MessageContent
Paid messages were refunded.
  • Field Details

    • messageCount

      public int messageCount
      The number of refunded messages.
    • starCount

      public long starCount
      The number of refunded Telegram Stars.
    • CONSTRUCTOR

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

    • MessagePaidMessagesRefunded

      public MessagePaidMessagesRefunded()
      Paid messages were refunded.
    • MessagePaidMessagesRefunded

      public MessagePaidMessagesRefunded(int messageCount, long starCount)
      Paid messages were refunded.
      Parameters:
      messageCount - The number of refunded messages.
      starCount - The number of refunded Telegram Stars.
  • 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