inviteLink property

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

The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”.

Implementation

@JsonKey(name: 'invite_link')
String get inviteLink;