Class TdApi.MessageBasicGroupChatCreate

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageBasicGroupChatCreate
Enclosing class:
TdApi

public static class TdApi.MessageBasicGroupChatCreate
extends TdApi.MessageContent
A newly created basic group.
  • Field Details

    • title

      public String title
      Title of the basic group.
    • memberUserIds

      public int[] memberUserIds
      User identifiers of members in the basic group.
    • CONSTRUCTOR

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

    • MessageBasicGroupChatCreate

      public MessageBasicGroupChatCreate()
      A newly created basic group.
    • MessageBasicGroupChatCreate

      public MessageBasicGroupChatCreate​(String title, int[] memberUserIds)
      A newly created basic group.
      Parameters:
      title - String Title of the basic group.
      memberUserIds - int[] User identifiers of members in the basic group.
    • MessageBasicGroupChatCreate

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