waitEditedSticker

suspend fun BehaviourContext.waitEditedSticker(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null },     count: Int = 1,     filter: SimpleFilter<CommonMessage<StickerContent>>? = null,     mapper: CommonMessageToContentMapper<StickerContent>? = null): List<StickerContent>