24 lines
652 B
Markdown
24 lines
652 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 | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|sticker\_set\_ids|Array of [int64](../constructors/int64.md) | Identifiers of viewed trending sticker sets | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|