validate_message_forward

Function validate_message_forward 

Source
pub fn validate_message_forward(
    source_message_id: &str,
    target_chat_id: &str,
    forward_type: &str,
) -> ValidationResult
Expand description

验证消息转发请求

§参数

  • source_message_id: 源消息ID
  • target_chat_id: 目标聊天ID
  • forward_type: 转发类型

§返回

  • ValidationResult: 验证结果