type github.com/gotd/td/telegram.Options
10 uses
github.com/gotd/td/telegram (current package)
bot.go#L24: opts Options,
builder.go#L46: func OptionsFromEnvironment(opts Options) (Options, error) {
builder.go#L53: return Options{}, errors.Wrap(err, "SESSION_DIR not set or invalid")
builder.go#L60: return Options{}, errors.Wrap(err, "session dir creation")
builder.go#L84: func ClientFromEnvironment(opts Options) (*Client, error) {
builder.go#L145: func TestClient(ctx context.Context, opts Options, cb func(ctx context.Context, client *Client) error) error {
client.go#L134: func NewClient(appID int, appHash string, opt Options) *Client {
options.go#L27: type Options struct {
options.go#L99: func (opt *Options) setDefaults() {
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |