pub struct SlackApiConversationsHistoryResponseInit {
pub messages: Vec<SlackHistoryMessage>,
}Fields§
§messages: Vec<SlackHistoryMessage>Trait Implementations§
source§impl From<SlackApiConversationsHistoryResponseInit> for SlackApiConversationsHistoryResponse
impl From<SlackApiConversationsHistoryResponseInit> for SlackApiConversationsHistoryResponse
source§fn from(value: SlackApiConversationsHistoryResponseInit) -> Self
fn from(value: SlackApiConversationsHistoryResponseInit) -> Self
Converts to this type from the input type.