Class TdApi.GetFileExtension

  • Enclosing class:
    TdApi

    public static class TdApi.GetFileExtension
    extends TdApi.Function
    Returns the extension of a file, guessed by its MIME type. Returns an empty string on failure. This is an offline method. Can be called before authorization. Can be called synchronously.

    Returns Text

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String mimeType
      The MIME type of the file.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetFileExtension()
      Default constructor.
      GetFileExtension​(java.lang.String mimeType)
      Constructor for initialization of all fields.
    • Field Detail

      • mimeType

        public java.lang.String mimeType
        The MIME type of the file.
      • CONSTRUCTOR

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

      • GetFileExtension

        public GetFileExtension()
        Default constructor.
      • GetFileExtension

        public GetFileExtension​(java.lang.String mimeType)
        Constructor for initialization of all fields.
        Parameters:
        mimeType - The MIME type of the file.