Raw.help.PremiumPromo
Telegram premium promotion information
help.premiumPromo#5334759c status_text:string status_entities:Vector<MessageEntity> video_sections:Vector<string> videos:Vector<Document> period_options:Vector<PremiumSubscriptionOption> users:Vector<User> = help.PremiumPromo;export namespace Raw {
export namespace help {
export class PremiumPromo {
constructor(params: {
statusText: string;
statusEntities: Array<Raw.TypeMessageEntity>;
videoSections: Array<string>;
videos: Array<Raw.TypeDocument>;
periodOptions: Array<Raw.TypePremiumSubscriptionOption>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x5334759c
Property
statusText: stringDescription of the current state of the user’s telegram premium subscription
statusEntities: Array of Raw.TypeMessageEntityMessage entities for styled text
videoSections: Array of stringA list of premium feature identifiers, associated to each video
videos: Array of Raw.TypeDocumentA list of videos
periodOptions: Array of Raw.TypePremiumSubscriptionOptionTelegram premium subscription options
users: Array of Raw.TypeUserRelated user information