allowSendingWithoutReply property

  1. @JsonKey(name: 'allow_sending_without_reply')
bool? get allowSendingWithoutReply
inherited

Pass True if the message should be sent even if the specified message to be replied to is not found; can be used only for replies in the same chat and forum topic.

Implementation

@JsonKey(name: 'allow_sending_without_reply')
bool? get allowSendingWithoutReply;