Tourmaline::SuggestedPostApprovalFailed
Inherits JSON::Serializable < Reference < Object
Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval.
Constructors
new(pull : JSON::PullParser)
Sourcenew(price : Tourmaline::SuggestedPostPrice, suggested_post_message : Tourmaline::Message | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
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.
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.