kitazith/webhook/edit_query

Types

pub type EditQuery {
  EditQuery(
    thread_id: option.Option(snowflake.Snowflake),
    with_components: option.Option(Bool),
  )
}

Constructors

Values

pub fn new() -> EditQuery
pub fn to_query(query: EditQuery) -> List(#(String, String))
pub fn with_components(
  query: EditQuery,
  with_components: Bool,
) -> EditQuery
pub fn with_thread_id(
  query: EditQuery,
  thread_id: snowflake.Snowflake,
) -> EditQuery
Search Document