Struct slack_morphism::api::SlackApiChatUpdateRequestInit
source · pub struct SlackApiChatUpdateRequestInit {
pub channel: SlackChannelId,
pub content: SlackMessageContent,
pub ts: SlackTs,
}Fields§
§channel: SlackChannelId§content: SlackMessageContent§ts: SlackTsTrait Implementations§
source§impl From<SlackApiChatUpdateRequestInit> for SlackApiChatUpdateRequest
impl From<SlackApiChatUpdateRequestInit> for SlackApiChatUpdateRequest
source§fn from(value: SlackApiChatUpdateRequestInit) -> Self
fn from(value: SlackApiChatUpdateRequestInit) -> Self
Converts to this type from the input type.