Interface TMeUrlTypeChatInvite

A chat invite link. Subtype of TMeUrlType.

interface TMeUrlTypeChatInvite {
    @type: "tMeUrlTypeChatInvite";
    info: ChatInviteLinkInfo;
}

Properties

Properties

@type: "tMeUrlTypeChatInvite"

Information about the chat invite link.