From 9a113db0a0cf71a51a032d2b2f95c85ed7c47f15 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 7 Oct 2024 15:20:30 -0400 Subject: [PATCH] Minor correction --- src/TgBotLib/Objects/MessageEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/MessageEntity.php b/src/TgBotLib/Objects/MessageEntity.php index 552bf6c..4c28867 100644 --- a/src/TgBotLib/Objects/MessageEntity.php +++ b/src/TgBotLib/Objects/MessageEntity.php @@ -23,7 +23,7 @@ * (monowidth block), “text_link” (for clickable text URLs), “text_mention” (for users without usernames), * “custom_emoji” (for inline custom emoji stickers) * - * @return string + * @return MessageEntityType */ public function getType(): MessageEntityType {