mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 12:08:55 +00:00
Add docs
This commit is contained in:
@@ -226,7 +226,12 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
|
||||
@property (nonatomic, readwrite) BITFeedbackObservationMode feedbackObservationMode;
|
||||
|
||||
/**
|
||||
TODO Add docs
|
||||
Indicates if a new thread should be created for each new feedback message
|
||||
|
||||
Setting thos to `YES` will force a new thread whenever a new message is sent as
|
||||
opposed to the default resume thread behaviour.
|
||||
|
||||
Default is `NO`
|
||||
*/
|
||||
@property (nonatomic, readwrite) BOOL forceNewThread;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user