TMeUrlTypeChatInvite constructor

const TMeUrlTypeChatInvite({
  1. required ChatInviteLinkInfo info,
})

A chat invite link

Implementation

const TMeUrlTypeChatInvite({
  required this.info,
});