telegram api method · layer 229 · #7d0444bb

phone.createConferenceCall

usable by users

Create and optionally join a new conference call.

definition

phone.createConferenceCall#7d0444bb flags:# muted:flags.0?true video_stopped:flags.2?true join:flags.3?true random_id:int public_key:flags.3?int256 block:flags.3?bytes params:flags.3?DataJSON = Updates;

parameters

nametypedescription
flags#Flags, see TL conditional fields
mutedflags.0?trueIf set, mute our microphone when joining the call (can only be used if join is set).
video_stoppedflags.2?trueIf set, our video stream is disabled (can only be used if join is set).
joinflags.3?trueIf set, also join the call, otherwise just create the call link.
random_idintUnique client message ID required to prevent creation of duplicate group calls.
public_keyflags.3?int256Public key (can only be used if join is set).
blockflags.3?bytesInitial blockchain block (can only be used if join is set).
paramsflags.3?DataJSONParameters from tgcalls (can only be used if join is set).

returns

Updates

errors (2)

codeerrordescription
400BUSINESS_CONNECTION_NOT_ALLOWEDThis method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

history

present in layers 196–229 · constructor id changed 1×

idlayers
#dfc909ab196–201
#7d0444bb202–229