pub struct Article { /* private fields */ }
Expand description
Represents an InlineQueryResultArticle
.
Implementations§
source§impl Article
impl Article
sourcepub fn new(
title: impl Into<String>,
input_message_content: impl Into<InputMessageContent>
) -> Self
pub fn new(
title: impl Into<String>,
input_message_content: impl Into<InputMessageContent>
) -> Self
Constructs an Article
.
Configures whether the article’s URL is hidden.
sourcepub fn description(self, description: impl Into<String>) -> Self
pub fn description(self, description: impl Into<String>) -> Self
Configures the description of the result.