SendSticker

fun SendSticker(    chatId: ChatIdentifier,     sticker: InputFile,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageIdentifier? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<StickerContent>>