updateGroupCall property
Information about a group call was updated
Implementation
UpdateGroupCall? get updateGroupCall {
if (this is UpdateGroupCall) {
return this as UpdateGroupCall;
}
return null;
}
Information about a group call was updated
UpdateGroupCall? get updateGroupCall {
if (this is UpdateGroupCall) {
return this as UpdateGroupCall;
}
return null;
}