kitazith/webhook/delete_query
Types
pub type DeleteQuery {
DeleteQuery(thread_id: option.Option(snowflake.Snowflake))
}
Constructors
-
DeleteQuery(thread_id: option.Option(snowflake.Snowflake))
Values
pub fn new() -> DeleteQuery
pub fn to_query(query: DeleteQuery) -> List(#(String, String))
pub fn with_thread_id(
query: DeleteQuery,
thread_id: snowflake.Snowflake,
) -> DeleteQuery