struct Button
init(customId: String, disabled: Bool?, style: ButtonStyles, label: String, emoji: Emoji?, url: String?)
let customId: String
let disabled: Bool?
let emoji: Emoji?
let label: String
let style: ButtonStyles
let type: ComponentTypes
let url: String?