App SupportUSER-ONLY
User Walkthrough 42 of 50
Users can retrieve the support information associated with their Telegram application.
getAppSupport returns the support user and message.
const support = await client.getAppSupport();
getAppSupportName returns the application’s support name.
const supportName = await client.getAppSupportName();