timeToLive property
int?
get
timeToLive
The living time of the TemporaryConversation.
Implementation
int? get timeToLive => _rawData['ttl'];
The living time of the TemporaryConversation.
int? get timeToLive => _rawData['ttl'];