- Enclosing class:
- TdApi
Suggests a profile photo to another
regular user with common messages.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Profile photo to suggest; inputChatPhotoPrevious isn't supported in this function.long
User identifier. -
Constructor Summary
ConstructorDescriptionSuggests a profile photo to another regular user with common messages.SuggestUserProfilePhoto
(long userId, TdApi.InputChatPhoto photo) Suggests a profile photo to another regular user with common messages.SuggestUserProfilePhoto
(DataInput input) Suggests a profile photo to another regular user with common messages. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdUser identifier. -
photo
Profile photo to suggest; inputChatPhotoPrevious isn't supported in this function. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SuggestUserProfilePhoto
public SuggestUserProfilePhoto()Suggests a profile photo to another regular user with common messages. ReturnsOk
-
SuggestUserProfilePhoto
Suggests a profile photo to another regular user with common messages. ReturnsOk
- Parameters:
userId
- long User identifier.photo
- InputChatPhoto Profile photo to suggest; inputChatPhotoPrevious isn't supported in this function.
-
SuggestUserProfilePhoto
Suggests a profile photo to another regular user with common messages. ReturnsOk
- 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()
-