EditChatInviteLink constructor
      const
      EditChatInviteLink({})
     
    
Edits a non-primary invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links
Implementation
const EditChatInviteLink({
  required this.chatId,
  required this.inviteLink,
  required this.name,
  required this.expirationDate,
  required this.memberLimit,
  required this.createsJoinRequest,
});