Class SuggestedPostApprovalFailed
java.lang.Object
io.github.natanimn.telebof.types.suggested.SuggestedPostApprovalFailed
This object represents a service message about the failed approval of a suggested post.
Currently, only caused by insufficient user funds at the time of approval.
- Since:
- 3 September 2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionExpected price of the postOptional. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
suggested_post_message
Optional. Message containing the suggested post whose approval has failed. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply. -
price
Expected price of the post
-
-
Constructor Details
-
SuggestedPostApprovalFailed
public SuggestedPostApprovalFailed()
-