parentMessageId property Null safety

int? parentMessageId
final

The unique ID of the parent message. If the message object is a parent message or a single message without any reply, the value of this property is 0. If the object is a reply, the value is the unique ID of its parent message.

Implementation

final int? parentMessageId;