3#ifndef SENDBIRD_SBDUSERMESSAGEPARAMS_H_
4#define SENDBIRD_SBDUSERMESSAGEPARAMS_H_
71 std::wstring custom_type;
72 std::vector<std::wstring> target_languages;
73 SBDMentionType mention_type;
74 std::vector<std::wstring> mentioned_user_ids;
75 SBDPushNotificationDeliveryOption pushnotification_delivery_option;
76 std::vector<std::wstring> metaarray_keys;
Definition: SBDUserMessageParams.h:16
SBDUserMessageParams & SetTargetLanguages(std::vector< std::wstring > &target_languages)
SBDUserMessageParams & SetMentionedUserIds(std::vector< std::wstring > &mentioned_user_ids)
SBDUserMessageParams & SetData(std::wstring data)
SBDUserMessageParams & SetPushNotificationDeliveryOption(SBDPushNotificationDeliveryOption pushnotification_delivery_option)
SBDUserMessageParams & SetMessage(std::wstring message)
SBDUserMessageParams & SetMentionType(SBDMentionType mention_type)
SBDUserMessageParams & SetCustomType(std::wstring custom_type)
SBDUserMessageParams & SetMetaArrayKeys(std::vector< std::wstring > &metaarray_keys)