pub struct LoginUrl { /* private fields */ }
Expand description
Represents a LoginUrl
.
Implementations§
source§impl LoginUrl
impl LoginUrl
sourcepub fn forward_text(self, text: impl Into<String>) -> Self
pub fn forward_text(self, text: impl Into<String>) -> Self
Configures forward_text
.
sourcepub fn bot_username(self, username: impl Into<String>) -> Self
pub fn bot_username(self, username: impl Into<String>) -> Self
Configures bot_username
.
sourcepub const fn should_request_write_access(self, should_request: bool) -> Self
pub const fn should_request_write_access(self, should_request: bool) -> Self
Configures request_write_access
.