ChatInviteLinkInfo
public struct ChatInviteLinkInfo : Codable, Equatable, FunctionResult
Contains information about a chat invite link
-
Chat identifier of the invite link; 0 if the user is not a member of this chat
Declaration
Swift
public let chatId: Int53 -
Contains information about the type of the chat
Declaration
Swift
public let type: ChatType -
Title of the chat
Declaration
Swift
public let title: String -
Chat photo; may be null
Declaration
Swift
public let photo: ChatPhoto? -
Number of members
Declaration
Swift
public let memberCount: Int32 -
User identifiers of some chat members that may be known to the current user
Declaration
Swift
public let memberUserIds: [Int32] -
True, if the chat is a public supergroup or channel, i.e. it has a username or it is a location-based supergroup
Declaration
Swift
public let isPublic: Bool -
Contains information about a chat invite link
Declaration
Parameters
chatIdChat identifier of the invite link; 0 if the user is not a member of this chat
typeContains information about the type of the chat
titleTitle of the chat
photoChat photo; may be null
memberCountNumber of members
memberUserIdsUser identifiers of some chat members that may be known to the current user
isPublicTrue, if the chat is a public supergroup or channel, i.e. it has a username or it is a location-based supergroup
View on GitHub
Install in Dash
ChatInviteLinkInfo Structure Reference