MSConversation.SendStickerAsync(MSSticker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task SendStickerAsync (Messages.MSSticker sticker);
abstract member SendStickerAsync : Messages.MSSticker -> System.Threading.Tasks.Task
override this.SendStickerAsync : Messages.MSSticker -> System.Threading.Tasks.Task
Parameters
- sticker
- MSSticker
Returns
A task that represents the asynchronous SendSticker operation
- Attributes