isReply property

bool get isReply

Check is message reply.

Implementation

bool get isReply => update.type == UpdateType.message_reply;