TelegramBotApiServer class
telegram bot api server
Constructors
- TelegramBotApiServer()
- if you want bot server local use this
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
optionsParameters(
{bool? local, required String api_id, required String api_hash, String? http_port, String? http_stat_port, String? dir, String? temp_dir, String? filter, String? max_webhook_connections, String? http_ip_address, String? http_stat_ip_address, String? log, String? verbosity, String? memory_verbosity, String? log_max_file_size, String? username, String? groupname, String? max_connections, String? proxy}) → List< String> - make parameters easy
-
run(
{required String executable, required List< String> arguments, required String host, required int tg_bot_api_port, String? workingDirectory, Map<String, String> ? environment, bool includeParentEnvironment = true, bool runInShell = true, ProcessStartMode mode = ProcessStartMode.normal, bool is_print = false}) → Future<Process> - run executable telegram bot api
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited