Class SuggestedPostInfo

java.lang.Object
io.github.natanimn.telebof.types.suggested.SuggestedPostInfo

public class SuggestedPostInfo extends Object
Contains information about a suggested post.
Since:
3 September 2025
Author:
Natanim
  • Field Details

    • state

      private String state
      State of the suggested post. Currently, it can be one of "pending", "approved", "declined".
    • price

      private SuggestedPostPrice price
      Optional. Proposed price of the post. If the field is omitted, then the post is unpaid.
    • sendDate

      @SerializedName("send_date") private Integer sendDate
      Optional. Proposed send date of the post. If the field is omitted, then the post can be published at any time within 30 days at the sole discretion of the user or administrator who approves it.
  • Constructor Details

    • SuggestedPostInfo

      public SuggestedPostInfo()
  • Method Details