Class TdApi.SavedCredentials

  • Enclosing class:
    TdApi

    public static class TdApi.SavedCredentials
    extends TdApi.Object
    Contains information about saved card credentials.
    • Field Detail

      • id

        public String id
        Unique identifier of the saved credentials.
      • title

        public String title
        Title of the saved credentials.
      • CONSTRUCTOR

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

      • SavedCredentials

        public SavedCredentials()
        Contains information about saved card credentials.
      • SavedCredentials

        public SavedCredentials​(String id,
                                String title)
        Contains information about saved card credentials.
        Parameters:
        id - Unique identifier of the saved credentials.
        title - Title of the saved credentials.