call_state

Function call_state 

Source
pub async fn call_state(context: &Context, msg_id: MsgId) -> Result<CallState>
Expand description

Returns call state given the message ID.

Returns an error if the message is not a call message.