targetId property

  1. @JsonKey(name: 'target_id')
String? targetId
final

id the of user or message targetted by a user or message command

User Command, Message Command

Implementation

@JsonKey(name: 'target_id')
final String? targetId;