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 {