Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.91 KB

CreateBotData.md

File metadata and controls

20 lines (15 loc) · 1.91 KB

CreateBotData

Properties

Name Type Description Notes
bot_userid str Specifies the unique ID of the bot. The length is limited to 80 characters.
bot_nickname str Specifies the bot's nickname. The length is limited to 80 characters.
bot_profile_url str Specifies the URL of the bot's profile image. The size is limited to 2,048 characters.
bot_type str Specifies the type of the bot that you can specify for categorization. The length is limited to 128 characters.
bot_callback_url str 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.
is_privacy_mode bool 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.
enable_mark_as_read bool Determines whether to mark the bot's message as read upon sending it. (Default: true) [optional]
show_member bool Determines whether to include information about the members of each channel in a callback response. (Default: false) [optional]
channel_invitation_preference int [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]