Uses of Record Class
dev.voroby.springframework.telegram.properties.TelegramProperties.Proxy
Packages that use TelegramProperties.Proxy
-
Uses of TelegramProperties.Proxy in dev.voroby.springframework.telegram.properties
Methods in dev.voroby.springframework.telegram.properties that return TelegramProperties.ProxyModifier and TypeMethodDescriptionTelegramProperties.proxy()
Returns the value of theproxy
record component.Constructors in dev.voroby.springframework.telegram.properties with parameters of type TelegramProperties.ProxyModifierConstructorDescriptionTelegramProperties
(boolean useTestDc, String databaseDirectory, String filesDirectory, String databaseEncryptionKey, boolean useFileDatabase, boolean useChatInfoDatabase, boolean useMessageDatabase, boolean useSecretChats, int apiId, String apiHash, String phone, String systemLanguageCode, String deviceModel, String systemVersion, String applicationVersion, int logVerbosityLevel, TelegramProperties.Proxy proxy) Creates an instance of aTelegramProperties
record class.