* Fix for TypeError: client._getInputDialog is not a function * _getInputNotify fix
@@ -1169,6 +1169,16 @@ export class TelegramClient extends TelegramBaseClient {
return userMethods.getPeerId(this, peer, addMark);
}
+ /** @hidden */
+ _getInputDialog(peer: any) {
+ return userMethods._getInputDialog(this, peer);
+ }
+
+ _getInputNotify(notify: any) {
+ return userMethods._getInputNotify(this, notify);
//endregion
//region base methods