madhead/tyzenhaus

Internationalized desciptions

Closed this issue · 0 comments

Bot API 6.6 introduced, among other things, the ability to set different bot descriptions for different user languages:

  • Added the ability to set different bot descriptions for different user languages using the method setMyDescription.
  • Added the ability to get the current bot description in the given language as the class BotDescription using the method getMyDescription.
  • Added the ability to set different bot short descriptions for different user languages using the method setMyShortDescription.
  • Added the ability to get the current bot short description in the given language as the class BotShortDescription using the method getMyShortDescription.

The bot could benefit from this feature.