Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.67 KB

File metadata and controls

20 lines (12 loc) · 1.67 KB

UpdateBotByIdData

Properties

Name Type Description Notes
botUserid String Specifies the ID of the bot to update.
botNickname String Specifies the bot's nickname. The length is limited to 80 characters.
botProfileUrl String Specifies the URL of the bot's profile image. The size is limited to 2,048 characters.
botCallbackUrl String Specifies the server URL where bot is located to receive all events, requests, and data forwarded from an application. For security reasons, it is highly recommended that you use an SSL server. The length is limited to 1,024 characters.
isPrivacyMode Boolean In the channels of where the bot is a member, determines whether to only forward the messages with the specific conditions to the bot or forword all messages to the bot, for privacy concerns. If set to true, only messages that start with a '/' or mention the bot_userid are forwarded to the bot. If set to false, all messages are forwarded.
enableMarkAsRead Boolean Determines whether to mark the bot's message as read upon sending it. (Default: true)
showMember Boolean Determines whether to include information about the members of each channel in a callback response. (Default: false)
channelInvitationPreference Integer Determines whether the bot automatically joins the channel when invited or joins the channel after manually accepting an invitation using the API. If set to 0, it automatically joins the channel. If set to 1, the latter takes place. (Default: 0)