Trait teloxide_core::payloads::DeleteMessageSetters
source · pub trait DeleteMessageSetters: HasPayload<Payload = DeleteMessage> + Sized {
// Provided methods
fn chat_id<T>(self, value: T) -> Self
where T: Into<Recipient> { ... }
fn message_id(self, value: MessageId) -> Self { ... }
}
Expand description
Setters for fields of DeleteMessage
Provided Methods§
sourcefn message_id(self, value: MessageId) -> Self
fn message_id(self, value: MessageId) -> Self
Setter for message_id
field.