push

Function push 

Source
pub async fn push<T>(
    client: &T,
    param: &PushRequest,
    bot_token: &str,
) -> Result<PushResponse, Error>