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. Always False for replies in another chat or forum topic. Always True for messages sent on behalf of a business account.

Implementation

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