type github.com/gotd/td/telegram.Options
10 uses
github.com/gotd/td/telegram (current package)
bot.go#L24: opts Options,
builder.go#L47: func OptionsFromEnvironment(opts Options) (Options, error) {
builder.go#L54: return Options{}, errors.Wrap(err, "SESSION_DIR not set or invalid")
builder.go#L61: return Options{}, errors.Wrap(err, "session dir creation")
builder.go#L85: func ClientFromEnvironment(opts Options) (*Client, error) {
builder.go#L146: func TestClient(ctx context.Context, opts Options, cb func(ctx context.Context, client *Client) error) error {
client.go#L169: func NewClient(appID int, appHash string, opt Options) *Client {
options.go#L28: type Options struct {
options.go#L150: func (opt *Options) setDefaults() {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |