Understand the InboundMessage model
v2_mainWhen handling message events, you receive an InboundMessage object. Key fields include:
message_id/id: Feishu message idcreate_time: Original event timestampconversation:Conversation(chat_id, chat_type, thread_id)chat_id: Shortcut forconversation.chat_idchat_type:p2p,group,topic, orunknownsender:Identityfor the sendersender_id: Shortcut forsender.open_idsender_name: Optional display namementions: List ofMentionobjectsmentioned_all: Whether the message mentioned all membersmentioned_bot: Whether the message mentioned the botreply_to_message_id: Parent message id when presentcontent: TypedMessageContentdataclasscontent_text: Flattened markdown/XML-style textresources: Resource descriptors for downloadraw_content_type: Original Feishu message typeraw: Original event payload