MadelineProtoDocs/docs/TD_docs/methods/viewTrendingStickerSets.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
650 B
Markdown

---
title: viewTrendingStickerSets
description: Informs that some trending sticker sets are viewed by the user
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: viewTrendingStickerSets
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Informs that some trending sticker sets are viewed by the user
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|sticker\_set\_ids|Array of [int64](../constructors/int64.md) | Yes|Identifiers of viewed trending sticker sets|
### Return type: [Ok](../types/Ok.md)