inviteLink property

  1. @JsonKey(name: 'invite_link')
ChatInviteLink? get inviteLink
inherited

Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.

Implementation

@JsonKey(name: 'invite_link')
ChatInviteLink? get inviteLink;