Class TdApi.MessageSuggestedPostRefunded

Enclosing class:
TdApi

public static class TdApi.MessageSuggestedPostRefunded extends TdApi.MessageContent
A suggested post was refunded.
  • Field Details

    • suggestedPostMessageId

      public long suggestedPostMessageId
      Identifier of the message with the suggested post; can be 0 if the message was deleted.
    • reason

      Reason of the refund.
    • CONSTRUCTOR

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

    • MessageSuggestedPostRefunded

      public MessageSuggestedPostRefunded()
      A suggested post was refunded.
    • MessageSuggestedPostRefunded

      public MessageSuggestedPostRefunded(long suggestedPostMessageId, TdApi.SuggestedPostRefundReason reason)
      A suggested post was refunded.
      Parameters:
      suggestedPostMessageId - Identifier of the message with the suggested post; can be 0 if the message was deleted.
      reason - Reason of the refund.
  • 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