package
0.1.6
Repository: https://github.com/tencent-connect/botgo.git
Documentation: pkg.go.dev

# Constants

ActionTypeAtBot at机器人, 根据 at_bot_show_channel_list 决定在当前频道或用户选择频道,自动在输入框 @bot data.
ActionTypeCallback 回调互动回调地址, data 传给互动回调地址.
ActionTypeURL http 或 小程序 客户端识别 schema, data字段为链接.
PermissionTypAll 所有人可操作.
PermissionTypeSpecifyUserIDs 仅指定这条消息的人可操作.
PermissionTypManager 仅频道管理者可操作.
PermissionTypSpecifyRoleIDs 指定身份组可操作.

# Structs

Action 按纽点击操作.
Button 单个按纽.
CustomKeyboard 自定义 Keyboard.
MessageKeyboard 消息按钮组件.
Permission 按纽操作权限.
RenderData 按纽渲染展示.
Row 每行结构.

# Type aliases

ActionType 按钮操作类型.
PermissionType 按钮的权限类型.