Raw.account.ResolveBusinessChatLink

Raw.account.ResolveBusinessChatLink

Resolve a business chat deep link.

account.resolveBusinessChatLink#5492e5ee slug:string = account.ResolvedBusinessChatLinks;
export namespace Raw {
  export namespace account {
    export class ResolveBusinessChatLink {
      constructor(params: { slug: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x5492e5ee

Property

  • slug : string

    Slug of the link, obtained as specified here.

Results

Raw.account.TypeResolvedBusinessChatLinks