class

Tourmaline::SuggestedPostDeclined

Inherits JSON::Serializable < Reference < Object

Describes a service message about the rejection of a suggested post.

Constructors

new(suggested_post_message : Tourmaline::Message | Nil = nil, comment : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

comment

Optional. Comment with which the post was declined

Source
comment=(comment : String | Nil)

Optional. Comment with which the post was declined

Source
suggested_post_message

Optional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.

Source
suggested_post_message=(suggested_post_message : Tourmaline::Message | Nil)

Optional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.

Source