authorSignature property

  1. @JsonKey(name: 'author_signature')
String? get authorSignature
inherited

Optional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator

Implementation

@JsonKey(name: 'author_signature')
String? get authorSignature;