You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get all joined channels by calling client.iterDialogs(), when i try to get the detail infos, i got an error that saying RPCError: 400: CHANNEL_PRIVATE (caused by channels.GetChannels)
how can i know if a channel is private or how to skip the private channel?
i get all joined channels by calling
client.iterDialogs()
, when i try to get the detail infos, i got an error that sayingRPCError: 400: CHANNEL_PRIVATE (caused by channels.GetChannels)
how can i know if a channel is private or how to skip the private channel?
The text was updated successfully, but these errors were encountered: