messageIds property

  1. @JsonKey(name: 'message_ids')
List<int> get messageIds
inherited

A JSON-serialized list of identifiers of deleted messages in the chat of the business account.

Implementation

@JsonKey(name: 'message_ids')
List<int> get messageIds;