kitazith/webhook/edit_query
Types
pub type EditQuery {
EditQuery(
thread_id: option.Option(snowflake.Snowflake),
with_components: option.Option(Bool),
)
}
Constructors
-
EditQuery( thread_id: option.Option(snowflake.Snowflake), with_components: option.Option(Bool), )
Values
pub fn with_thread_id(
query: EditQuery,
thread_id: snowflake.Snowflake,
) -> EditQuery