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
631 stars 113 forks source link

When using account.updateProfile to update user profile, setting about and last_name to empty strings does not take effect #173

Open bigbigsir opened 3 years ago

bigbigsir commented 3 years ago

const params = { about: '', first_name: 'emoji', last_name: '' } return tg.call('account.updateProfile', params).then(data => { return { code: '0', data } }).catch(callCatch)

image image

alik0211 commented 3 years ago

Please, use "Bug report" template for issue