message/state: The event id is required in the response when sending events.
This commit is contained in:
parent
ecb498be67
commit
e36e9a68ac
@ -41,7 +41,7 @@ ruma_api! {
|
||||
|
||||
response {
|
||||
/// A unique identifier for the event.
|
||||
pub event_id: Option<EventId>,
|
||||
pub event_id: EventId,
|
||||
}
|
||||
|
||||
error: crate::Error
|
||||
|
@ -33,7 +33,7 @@ ruma_api! {
|
||||
|
||||
response {
|
||||
/// A unique identifier for the event.
|
||||
pub event_id: Option<EventId>,
|
||||
pub event_id: EventId,
|
||||
}
|
||||
|
||||
error: crate::Error
|
||||
|
@ -37,7 +37,7 @@ ruma_api! {
|
||||
|
||||
response {
|
||||
/// A unique identifier for the event.
|
||||
pub event_id: Option<EventId>,
|
||||
pub event_id: EventId,
|
||||
}
|
||||
|
||||
error: crate::Error
|
||||
|
Loading…
x
Reference in New Issue
Block a user