pub struct SlackApiReactionsGetMessageResponseInit {
pub message: SlackHistoryMessage,
pub permalink: Url,
}Fields§
§message: SlackHistoryMessage§permalink: UrlTrait Implementations§
source§impl From<SlackApiReactionsGetMessageResponseInit> for SlackApiReactionsGetMessageResponse
impl From<SlackApiReactionsGetMessageResponseInit> for SlackApiReactionsGetMessageResponse
source§fn from(value: SlackApiReactionsGetMessageResponseInit) -> Self
fn from(value: SlackApiReactionsGetMessageResponseInit) -> Self
Converts to this type from the input type.