TMeUrlType
public indirect enum TMeUrlType : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Describes the type of a URL linking to an internal Telegram entity
-
A URL linking to a user
- userId: Identifier of the user
Declaration
Swift
case user(userId: Int32)
-
A URL linking to a public supergroup or channel
- supergroupId: Identifier of the supergroup or channel
Declaration
Swift
case supergroup(supergroupId: Int53)
-
A chat invite link
- info: Chat invite link info
Declaration
Swift
case chatInvite(info: ChatInviteLinkInfo)
-
A URL linking to a sticker set
- stickerSetId: Identifier of the sticker set
Declaration
Swift
case stickerSet(stickerSetId: TDInt64)