id property

  1. @JsonKey.new(name: 'id')
String get id
inherited

Unique identifier of the media used in a tg://photo?id=, tg://video?id=, or tg://audio?id= link. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.

Implementation

@JsonKey(name: 'id')
String get id;