Class TdApi.CreateNewBasicGroupChat

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CreateNewBasicGroupChat
Enclosing class:
TdApi

public static class TdApi.CreateNewBasicGroupChat
extends TdApi.Function
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.

Returns Chat

  • Field Details

    • userIds

      public int[] userIds
      Identifiers of users to be added to the basic group.
    • title

      public String title
      Title of the new basic group; 1-128 characters.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • CreateNewBasicGroupChat

      public CreateNewBasicGroupChat()
      Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.

      Returns Chat

    • CreateNewBasicGroupChat

      public CreateNewBasicGroupChat​(int[] userIds, String title)
      Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.

      Returns Chat

      Parameters:
      userIds - int[] Identifiers of users to be added to the basic group.
      title - String Title of the new basic group; 1-128 characters.
    • CreateNewBasicGroupChat

      public CreateNewBasicGroupChat​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details