TencentCloudChatMessageDataTools class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
getAbstractList(List<V2TimMessage> selectedMessageList)
→ List<String>
-
-
sendMessage({required V2TimMsgCreateInfoResult createdMessage, String? groupID, String? userID, String? topicID, V2TimMessage? repliedMessage, V2TimGroupInfo? groupInfo, OfflinePushInfo? offlinePushInfo, bool? needReadReceipt, TencentCloudChatMessageConfig? config, BeforeMessageSending? beforeMessageSendingHook})
→ Future<V2TimValueCallback<V2TimMessage>?>
-
-
sendMessageFinalPhase({required String id, bool isCurrentConversation = true, String? userID, String? groupID, V2TimMessage? messageInfo, OfflinePushInfo? offlinePushInfo, bool? onlineUserOnly = false, MessagePriorityEnum priority = MessagePriorityEnum.V2TIM_PRIORITY_NORMAL, bool? isExcludedFromUnreadCount, bool? needReadReceipt, String? cloudCustomData, String? localCustomData, bool? isEditStatusMessage = false})
→ Future<V2TimValueCallback<V2TimMessage>>
-
-
setAdditionalInfoForMessage({required V2TimMessage messageInfo, String? id, V2TimMessage? repliedMessage, V2TimGroupInfo? groupInfo, String? groupID, bool? needReadReceipt, OfflinePushInfo? offlinePushInfo})
→ V2TimMessage
-