Raw.help.UserInfo

Raw.help.UserInfo

Internal use

help.userInfo#1eb3758 message:string entities:Vector<MessageEntity> author:string date:int = help.UserInfo;
export namespace Raw {
  export namespace help {
    export class UserInfo {
      constructor(params: {
        message: string;
        entities: Array<Raw.TypeMessageEntity>;
        author: string;
        date: number;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x1eb3758

Property