mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +00:00 
			
		
		
		
	📝 update desc
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
		| @@ -14,7 +14,7 @@ class Config(BaseModel): | ||||
|       - ``encrypt_key`` / ``feishu_encrypt_key``: 飞书开放平台后台“事件订阅”处设置的 Encrypt Key | ||||
|       - ``verification_token`` / ``feishu_verification_token``: 飞书开放平台后台“事件订阅”处设置的 Verification Token | ||||
|       - ``tenant_access_token`` / ``feishu_tenant_access_token``: 请求飞书 API 后返回的租户密钥 | ||||
|       - ``region`` / ``feishu_or_lark``: 选择飞书服务器还是Lark服务器,如留空则默认为飞书服务器 | ||||
|       - ``region`` / ``feishu_or_lark``: 选择服务器,如为 ``"Lark"`` 则连接 Lark 服务器 | ||||
|  | ||||
|     """ | ||||
|     app_id: Optional[str] = Field(default=None, alias="feishu_app_id") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user