Layer 220
StoriesGetChatsToSend
Obtain a list of channels where the user can post stories
method
Users
stories.getChatsToSend#a56a8b60 = messages.Chats;
Returns
messages.ChatsGogram Example
// StoriesGetChatsToSend - positional arguments result, err := client.StoriesGetChatsToSend() if err != nil { // handle error } // result is *tg.MessagesChats