Package it.tdlight.jni
Class TdApi.GetCreatedPublicChats
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetCreatedPublicChats
- Enclosing class:
- TdApi
public static class TdApi.GetCreatedPublicChats extends TdApi.Function
Returns a list of public chats of the
specified type, owned by the user.
Returns Chats
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.PublicChatType
type
Type of the public chats to return. -
Constructor Summary
Constructors Constructor Description GetCreatedPublicChats()
Returns a list of public chats of the specified type, owned by the user.GetCreatedPublicChats(TdApi.PublicChatType type)
Returns a list of public chats of the specified type, owned by the user.GetCreatedPublicChats(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
type
Type of the public chats to return. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetCreatedPublicChats
public GetCreatedPublicChats()Returns a list of public chats of the specified type, owned by the user.Returns
Chats
-
GetCreatedPublicChats
Returns a list of public chats of the specified type, owned by the user.Returns
Chats
- Parameters:
type
- PublicChatType Type of the public chats to return.
-
GetCreatedPublicChats
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-