/** Contains a chat invite link */ export declare class ChatInviteLinkBaseModel { _: 'chatInviteLink'; /** Chat invite link */ inviteLink: string; }