Raw.account.EditBusinessChatLink
Edit a created business chat deep link.
account.editBusinessChatLink#8c3410af slug:string link:InputBusinessChatLink = BusinessChatLink;
export namespace Raw {
export namespace account {
export class EditBusinessChatLink {
constructor(params: { slug: string; link: Raw.TypeInputBusinessChatLink }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x8c3410af
Property
slug
: stringSlug of the link, obtained as specified here.
link
: Raw.TypeInputBusinessChatLinkNew link information.