Api
    data class ApiConfig(    val emulationMode: EmulationMode,     val skipEmulationChecking: Boolean,     val defaultTweetMode: TweetMode) : SessionConfig
Content copied to clipboard
Configurations related to api execution.
See also
Constructors
Link copied to clipboard
                fun ApiConfig(    emulationMode: EmulationMode,     skipEmulationChecking: Boolean,     defaultTweetMode: TweetMode)
Content copied to clipboard