Raw.BusinessIntro
Telegram business introduction.
businessIntro#5a0a066d flags:# title:string description:string sticker:flags.0?Document = BusinessIntro;
export namespace Raw {
export class BusinessIntro {
constructor(params: { title: string; description: string; sticker?: Raw.TypeDocument }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x5a0a066d
Property
title
: stringTitle of the introduction message (max introTitleLengthLimit utf-8 characters).
description
: stringProfile introduction (max introDescriptionLengthLimit utf-8 characters).
sticker
: Raw.TypeDocument or undefinedOptional introduction sticker.