OBJECT
TimePickerAttachment
A time picker attachment
link GraphQL Schema definition
- type TimePickerAttachment {
- # Title of the event
- : String!
- # Identifier of the event
- : UUID!
- # Image of the event
- : ConversationMessageAttachmentImageLink
- # Number of minutes from GMT specifying the timezone of the event's location
- : Int!
- # Location of the event
- : LocationAttachment
- # Time slots of the event
- : [TimeSlotAttachment!]!
- # Displayed message when the visitor receives the picker
- : CardAttachment!
- # Displayed message when the visitor submits the picker
- : CardAttachment!
- }