stories.GetChatsToSend
- class pyrogram.raw.functions.stories.GetChatsToSend
Obtain a list of channels where the user can post stories
- Details:
Layer:
223ID:
A56A8B60
- Parameters:
No parameters required.
- Returns:
TL Schema
stories.getChatsToSend#a56a8b60
= messages.Chats
Parameter Tree
GetChatsToSend
Example
await app.invoke(
GetChatsToSend(
)
)