Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.64 KB

CreateBotData.md

File metadata and controls

21 lines (13 loc) · 1.64 KB

CreateBotData

Properties

Name Type Description Notes
botUserid String Specifies the unique ID of the bot. The length is limited to 80 characters.
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.
botType String Specifies the type of the bot that you can specify for categorization. The length is limited to 128 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) [optional]
showMember Boolean Determines whether to include information about the members of each channel in a callback response. (Default: false) [optional]
channelInvitationPreference Integer [optional]