CheckChatInviteLink
public struct CheckChatInviteLink : Codable, Equatable, TDFunction
Checks the validity of an invite link for a chat and returns information about the corresponding chat
-
Undocumented
Declaration
Swift
public typealias Result = ChatInviteLinkInfo
-
Invite link to be checked; should begin with “https://t.me/joinchat/”, “https://telegram.me/joinchat/”, or “https://telegram.dog/joinchat/”
Declaration
Swift
public let inviteLink: String
-
Checks the validity of an invite link for a chat and returns information about the corresponding chat
Declaration
Swift
public init(inviteLink: String)
Parameters
inviteLink
Invite link to be checked; should begin with “https://t.me/joinchat/”, “https://telegram.me/joinchat/”, or “https://telegram.dog/joinchat/”