optns https://w1.nandbox.net/set-my-profile
Use this method to set the bot's profile. On success, myProfile is returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "setMyProfile" |
user | User | Yes | Bot profile user object |
Response
Use this method to set the bot's profile. On success, myProfile is returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "setMyProfile" |
user | User | Yes | Bot profile user object |
xxxxxxxxxx
16curl --request OPTIONS \
--url https://w1.nandbox.net/set-my-profile \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"method": "setMyProfile",
"user": {
"profile": "Other",
"status": "Hello",
"photo": {
"id": "95d4438d7773be38db78.jpg"
}
}
}
'