GetStickerSet
public struct GetStickerSet : Codable, Equatable, TDFunction
Returns information about a sticker set by its identifier
-
Undocumented
Declaration
Swift
public typealias Result = StickerSet -
Identifier of the sticker set
Declaration
Swift
public let setId: TDInt64 -
Returns information about a sticker set by its identifier
Declaration
Swift
public init(setId: TDInt64)Parameters
setIdIdentifier of the sticker set
View on GitHub
Install in Dash
GetStickerSet Structure Reference