STSChatSticker

@interface STSChatSticker : LHDataObject

Chat sticker model.

  • The sticker name.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull name;

    Swift

    var name: UnsafeMutablePointer<Int32>! { get }
  • The main image of the sticker.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull mainImage;

    Swift

    var mainImage: UnsafeMutablePointer<Int32>! { get }
  • The stickers dictionary whose key indicate sticker text and value indicate sticker url.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSDictionary *_Nonnull stickers;

    Swift

    var stickers: UnsafeMutablePointer<Int32>! { get }