Struct botapi::gen_methods::CallGetGameHighScores
source · pub struct CallGetGameHighScores<'a> { /* private fields */ }
Implementations§
source§impl<'a> CallGetGameHighScores<'a>
impl<'a> CallGetGameHighScores<'a>
sourcepub fn chat_id(self, chat_id: i64) -> Self
pub fn chat_id(self, chat_id: i64) -> Self
Required if inline_message_id is not specified. Unique identifier for the target chat
sourcepub fn message_id(self, message_id: i64) -> Self
pub fn message_id(self, message_id: i64) -> Self
Required if inline_message_id is not specified. Identifier of the sent message
sourcepub fn inline_message_id(self, inline_message_id: &'a str) -> Self
pub fn inline_message_id(self, inline_message_id: &'a str) -> Self
Required if chat_id and message_id are not specified. Identifier of the inline message