We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb7f347 + bf0599a commit 9b7ff41Copy full SHA for 9b7ff41
src/types/InputPollOption.ts
@@ -1,4 +1,4 @@
1
-import { ParseMode } from './';
+import { MessageEntity, ParseMode } from './';
2
3
/**
4
* ## InputPollOption
@@ -21,5 +21,5 @@ export type InputPollOption = {
21
* Optional. A JSON-serialized list of special entities that appear in the poll option text. It can be specified
22
* instead of text_parse_mode
23
*/
24
- text_entities?: 'string'; // TODO: JSON MessageEntity[];
+ text_entities?: MessageEntity[];
25
};
0 commit comments