Cargo Features

[dependencies]
tdlib = { version = "0.10.0", default-features = false, features = ["dox", "bots-only-api"] }
default = bots-only-api

The bots-only-api feature is set by default whenever tdlib is added without default-features = false somewhere in the dependency tree.

dox
bots-only-api default

TdLib has 3 features without comments.