Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.95 KB

UpdateBotByIdData.md

File metadata and controls

19 lines (14 loc) · 1.95 KB

UpdateBotByIdData

Properties

Name Type Description Notes
bot_userid str Specifies the ID of the bot to update.
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_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)
show_member bool Determines whether to include information about the members of each channel in a callback response. (Default: false)
channel_invitation_preference int 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)
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]