position property

int? position
final

A generally increasing integer (there may be gaps or duplicates) that represents the approximate position of this message in a thread.

Can be used to estimate the relative position of the message in a thread in company with Thread.totalMessagesSent on parent thread

Implementation

final int? position;