Uses of Class
it.tdlight.jni.TdApi.AnimatedChatPhoto
-
Uses of TdApi.AnimatedChatPhoto in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.ChatPhoto.animation
A big (640x640) animated variant of the photo in MPEG4 format; may be null.TdApi.ChatPhoto.smallAnimation
A small (160x160) animated variant of the photo in MPEG4 format; may be null even the big animation is available.ModifierConstructorDescriptionChatPhoto
(long id, int addedDate, TdApi.Minithumbnail minithumbnail, TdApi.PhotoSize[] sizes, TdApi.AnimatedChatPhoto animation, TdApi.AnimatedChatPhoto smallAnimation) Describes a chat or user profile photo.