diff --git a/data/web/corefork.telegram.org/api/business.html b/data/web/corefork.telegram.org/api/business.html index cabb17ca0d..27f94b1268 100644 --- a/data/web/corefork.telegram.org/api/business.html +++ b/data/web/corefork.telegram.org/api/business.html @@ -341,6 +341,7 @@ This method can be used to fetch info about a not-yet-cached business connection
  • messages.sendMultiMedia
  • messages.setTyping
  • +

    Make sure to always send queries wrapped in a invokeWithBusinessConnection to the datacenter ID, specified in the dc_id field of the botBusinessConnection that is being used.

    messages.uploadMedia may also be used in business connections, not by wrapping it in invokeWithBusinessConnection », but rather by specifying the business connection ID in the business_connection_id parameter.

    Messages sent by business bots on behalf of the user using this method will have the via_business_connection flag set, indicating that the message was sent by the business bot indicated in message.via_bot_id.

    diff --git a/data/web/corefork.telegram.org/constructor/auth.sentCodeTypeSmsPhrase.html b/data/web/corefork.telegram.org/constructor/auth.sentCodeTypeSmsPhrase.html index 19f7fc438e..879e29936c 100644 --- a/data/web/corefork.telegram.org/constructor/auth.sentCodeTypeSmsPhrase.html +++ b/data/web/corefork.telegram.org/constructor/auth.sentCodeTypeSmsPhrase.html @@ -4,32 +4,10 @@ auth.sentCodeTypeSmsPhrase - + - + @@ -64,7 +42,8 @@ auth.SentCodeType">

    auth.sentCodeTypeSmsPhrase

    -

    +

    The code was sent via SMS as a secret phrase starting with the word specified in beginning,

    +