Layer 220
method Users
phone.declineConferenceCallInvite#3c479971 msg_id:int = Updates;

Parameters

Name Type Description
MsgId int The ID of the message Action Conference Call to decline.

Returns

Updates

Possible Errors

Code Type Description
400 MESSAGE_ID_INVALID The provided message id is invalid.

Gogram Example

// PhoneDeclineConferenceCallInvite - positional arguments
result, err := client.PhoneDeclineConferenceCallInvite(0)
if err != nil {
    // handle error
}
// result is *tg.Updates