Class TdApi.ChatPhoto

  • Enclosing class:
    TdApi

    public static class TdApi.ChatPhoto
    extends TdApi.Object
    Describes the photo of a chat.
    • Field Detail

      • small

        public TdApi.File small
        A small (160x160) chat photo.
      • big

        public TdApi.File big
        A big (640x640) chat photo.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatPhoto

        public ChatPhoto()
        Default constructor.
      • ChatPhoto

        public ChatPhoto​(TdApi.File small,
                         TdApi.File big)
        Constructor for initialization of all fields.
        Parameters:
        small - A small (160x160) chat photo.
        big - A big (640x640) chat photo.