from property
- @Deprecated('Use [senders] instead')
final
~english The user ID of the message sender in the group conversation. ~end
~chinese 群组会话中的消息发送方的用户 ID。 ~end
Implementation
@Deprecated('Use [senders] instead')
/// ~english
/// The user ID of the message sender in the group conversation.
/// ~end
///
/// ~chinese
/// 群组会话中的消息发送方的用户 ID。
/// ~end
final String? from;