Telegram MT v0.1.1-alpha MTProto.API.Help View Source

As in core.telegram.org/methods#miscellaneous.

Link to this section Summary

Functions

Returns info on data centre nearest to the user

Returns the text of an invitation text message

Returns current configuration, including data center configuration

Returns support id for the ‘ask a question’ feature

Link to this section Functions

Returns info on data centre nearest to the user.

Link to this function get_invite_text(lang_code) View Source

Returns the text of an invitation text message.

  • lang_code - language code, ISO 639-1

Returns current configuration, including data center configuration.

Link to this function get_support(phone, user) View Source

Returns support id for the ‘ask a question’ feature.

  • phone_number - phone number in international format (string)
  • user - TL user object, as explained here.