pub struct SlackApiConversationsRepliesRequestInit {
pub channel: SlackChannelId,
pub ts: SlackTs,
}Fields§
§channel: SlackChannelId§ts: SlackTsTrait Implementations§
source§impl From<SlackApiConversationsRepliesRequestInit> for SlackApiConversationsRepliesRequest
impl From<SlackApiConversationsRepliesRequestInit> for SlackApiConversationsRepliesRequest
source§fn from(value: SlackApiConversationsRepliesRequestInit) -> Self
fn from(value: SlackApiConversationsRepliesRequestInit) -> Self
Converts to this type from the input type.