GetAttachedStickerSets
public struct GetAttachedStickerSets : Codable, Equatable, TDFunction
Returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets
-
Undocumented
Declaration
Swift
public typealias Result = StickerSets -
File identifier
Declaration
Swift
public let fileId: Int32 -
Returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets
Declaration
Swift
public init(fileId: Int32)Parameters
fileIdFile identifier
View on GitHub
Install in Dash
GetAttachedStickerSets Structure Reference