Module tdlight.api

Class TdApi.UpdateGroupCall

Enclosing class:
TdApi

public static final class TdApi.UpdateGroupCall extends TdApi.Update
Information about a group call was updated.
  • Field Details

  • Constructor Details

    • UpdateGroupCall

      public UpdateGroupCall()
      Information about a group call was updated.
    • UpdateGroupCall

      public UpdateGroupCall(TdApi.GroupCall groupCall)
      Information about a group call was updated.
      Parameters:
      groupCall - GroupCall New data about a group call.
    • UpdateGroupCall

      public UpdateGroupCall(DataInput input) throws IOException
      Information about a group call was updated.
      Throws:
      IOException
  • Method Details