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