Struct botapi::gen_methods::CallReopenForumTopic
source · pub struct CallReopenForumTopic<'a> { /* private fields */ }Implementations§
source§impl<'a> CallReopenForumTopic<'a>
impl<'a> CallReopenForumTopic<'a>
sourcepub fn chat_id(self, chat_id: i64) -> Self
pub fn chat_id(self, chat_id: i64) -> Self
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
pub fn get_chat_id(&'a self) -> &'a i64
sourcepub fn message_thread_id(self, message_thread_id: i64) -> Self
pub fn message_thread_id(self, message_thread_id: i64) -> Self
Unique identifier for the target message thread of the forum topic
pub fn get_message_thread_id(&'a self) -> &'a i64
pub async fn build(self) -> BotResult<bool>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CallReopenForumTopic<'a>
impl<'a> Send for CallReopenForumTopic<'a>
impl<'a> Sync for CallReopenForumTopic<'a>
impl<'a> Unpin for CallReopenForumTopic<'a>
impl<'a> !UnwindSafe for CallReopenForumTopic<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more