Skip to content

Commit e942650

Browse files
Merge pull request #1247 from QuickBlox/develop
QuickBlox-SDK 2.17.7
2 parents bc6ef8a + bd1f1f5 commit e942650

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

Framework/Quickblox.framework/Headers/QBRequest+QBChat.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,24 @@ NS_ASSUME_NONNULL_BEGIN
149149
successBlock:(nullable qb_response_block_t)successBlock
150150
errorBlock:(nullable qb_response_block_t)errorBlock;
151151

152+
/**
153+
Update message text.
154+
155+
@note Updates message text only on server.
156+
157+
@param messagesID message ID.
158+
@param text Updated message text.
159+
@param dialogID dialog ID.
160+
@param successBlock Block with response instance if the request is succeeded.
161+
@param errorBlock Block with response instance if the request is failed.
162+
@return An instance, which conforms Cancelable protocol. Use this instance to cancel the operation.
163+
*/
164+
+ (QBRequest *)updateMessageWithID:(NSString *)messageID
165+
text:(NSString *)text
166+
dialogID:(NSString *)dialogID
167+
successBlock:(nullable qb_response_block_t)successBlock
168+
errorBlock:(nullable qb_response_block_t)errorBlock;
169+
152170
/**
153171
Delete existent chat messages completely for all users
154172
@param messageIDs The IDs of messages to delete.

Framework/Quickblox.framework/Headers/Quickblox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
#import <Quickblox/QBUpdateUserParameters.h>
6060
#import <Quickblox/QBUUser.h>
6161

62-
/// Framework version 2.17.5
62+
/// Framework version 2.17.7
6363
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This project contains QuickBlox iOS Samples and latest version of SDK, that incl
3737
## Requirements
3838

3939
* Xcode 11+
40-
* iOS SDK 12+
40+
* iOS 12+
4141

4242
## How to start
4343

0 commit comments

Comments
 (0)