GetArchivedStickerSets

public struct GetArchivedStickerSets : Codable, Equatable, TDFunction

Returns a list of archived sticker sets

  • Undocumented

    Declaration

    Swift

    public typealias Result = StickerSets
  • Pass true to return mask stickers sets; pass false to return ordinary sticker sets

    Declaration

    Swift

    public let isMasks: Bool
  • Identifier of the sticker set from which to return the result

    Declaration

    Swift

    public let offsetStickerSetId: TDInt64
  • The maximum number of sticker sets to return

    Declaration

    Swift

    public let limit: Int32
  • Returns a list of archived sticker sets

    Declaration

    Swift

    public init(isMasks: Bool, offsetStickerSetId: TDInt64, limit: Int32)

    Parameters

    isMasks

    Pass true to return mask stickers sets; pass false to return ordinary sticker sets

    offsetStickerSetId

    Identifier of the sticker set from which to return the result

    limit

    The maximum number of sticker sets to return