alik0211 / mtproto-core

Telegram API JS (MTProto) client library for Node.js and browser
https://mtproto-core.js.org
GNU General Public License v3.0
625 stars 111 forks source link

messages.getDialogs only return channel & group #263

Closed arma7x closed 2 years ago

arma7x commented 2 years ago

Describe the bug messages.getDialogs only return channel & group

Code example

api.call('messages.getDialogs', {
        offset_id: 0,
        limit: 100,
        hash: 0,
        exclude_pinned: false,
        offset_peer: { _: "inputPeerSelf", }
      })

Expected behavior

Context: