Raw.account.ResolvedBusinessChatLinks

Raw.account.ResolvedBusinessChatLinks

Contains info about a single resolved business chat deep link.

account.resolvedBusinessChatLinks#9a23af21 flags:# peer:Peer message:string entities:flags.0?Vector<MessageEntity> chats:Vector<Chat> users:Vector<User> = account.ResolvedBusinessChatLinks;
export namespace Raw {
  export namespace account {
    export class ResolvedBusinessChatLinks {
      constructor(params: {
        peer: Raw.TypePeer;
        message: string;
        entities?: Array<Raw.TypeMessageEntity>;
        chats: Array<Raw.TypeChat>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9a23af21

Property