Sending Ephemeral Messages
Most message-sending methods (sendMessage, sendPhoto, sendRichMessage, etc.) support the ephemeral_message_parameters parameter. However, bots typically use this feature in response to specific triggers or inline button clicks.
(See sendMessage in the Messages & Content section for full details).
deleteEphemeralMessage
Deletes an ephemeral message.BLP Example
editEphemeralMessageText
Edits the text of an ephemeral message.BLP Example