Raw.account.UpdateBusinessIntro
Set or remove the telegram business introduction.
account.updateBusinessIntro#a614d034 flags:# intro:flags.0?InputBusinessIntro = Bool;
export namespace Raw {
export namespace account {
export class UpdateBusinessIntro {
constructor(params: { intro?: Raw.TypeInputBusinessIntro }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa614d034
Property
intro
: Raw.TypeInputBusinessIntro or undefinedTelegram business introduction, to remove it call the method without setting this flag.