Save a message draft associated to a chat.
boolFalse#bc799737 = Bool;
boolTrue#997275b5 = Bool;
---functions---
messages.saveDraft#bc39e14b flags:# no_webpage:flags.1?true reply_to_msg_id:flags.0?int peer:InputPeer message:string entities:flags.3?Vector<MessageEntity> = Bool;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
no_webpage | flags.1?true | Disable generation of the webpage preview |
reply_to_msg_id | flags.0?int | Message ID the message should reply to |
peer | InputPeer | Destination of the message that should be sent |
message | string | The draft |
entities | flags.3?Vector<MessageEntity> | Message entities for styled text |
Code | Type | Description |
---|---|---|
400 | ENTITY_BOUNDS_INVALID | A specified entity offset or length is invalid, see here ยป for info on how to properly compute the entity offset/length. |
400 | MSG_ID_INVALID | Invalid message ID provided. |
400 | PEER_ID_INVALID | The provided peer id is invalid. |
How to create styled text with message entities
How to handle message drafts