conversationId property

  1. @JsonKey(name: 'dm_conversation_id')
String? conversationId
inherited

The id of the Direct Message to which the event belongs.

Implementation

@JsonKey(name: 'dm_conversation_id')
String? get conversationId => throw _privateConstructorUsedError;