TLSharp icon indicating copy to clipboard operation
TLSharp copied to clipboard

#how to get all channel list in lib tlsharp

Open Mohammad-amiri-code opened this issue 6 years ago • 2 comments

Mohammad-amiri-code avatar Dec 20 '19 11:12 Mohammad-amiri-code

help !

Mohammad-amiri-code avatar Dec 20 '19 11:12 Mohammad-amiri-code

Dim dialogs As TLDialogsSlice = Await client.GetUserDialogsAsync() Dim chats As IEnumerable(Of TLAbsChat) = dialogs.chats Dim channelx = dialogs.chats.lists.OfType(Of TLChannel)() 'channelx = all channels

elmagekmosaad avatar Jul 13 '20 15:07 elmagekmosaad