isFromOffline property

  1. @JsonKey(name: 'is_from_offline')
bool? get isFromOffline
inherited

Optional. True, if the message was sent by an implicit action, for example, as an away or a greeting business message, or as a scheduled message

Implementation

@JsonKey(name: 'is_from_offline')
bool? get isFromOffline;