• Get the list of sticker sets that were created by the current user

    Parameters

    • client: ITelegramClient
    • Optionalparams: { limit?: number; offset?: Long }
      • Optionallimit?: number

        Limit for pagination

      • Optionaloffset?: Long

        Offset for pagination

    Returns Promise<ArrayPaginated<StickerSet, Long>>