delete User Message Reaction
suspend fun TelegramBot.deleteUserMessageReaction(chatId: ChatIdentifier, messageId: MessageId, userId: UserId)(source)
suspend fun TelegramBot.deleteUserMessageReaction(chat: Chat, messageId: MessageId, userId: UserId)(source)
suspend fun TelegramBot.deleteUserMessageReaction(message: AccessibleMessage, userId: UserId)(source)