Raw.BotCommandScopePeerUser

Raw.BotCommandScopePeerUser

The specified bot commands will be valid only for a specific user in the specified group or supergroup.

botCommandScopePeerUser#a1321f3 peer:InputPeer user_id:InputUser = BotCommandScope;
export namespace Raw {
  export class BotCommandScopePeerUser {
    constructor(params: { peer: Raw.TypeInputPeer; userId: Raw.TypeInputUser }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xa1321f3

Property