type github.com/gotd/td/tg.BotsAccessSettings
26 uses
github.com/gotd/td/tg (current package)
tl_bots_access_settings_gen.go#L37: type BotsAccessSettings struct {
tl_bots_access_settings_gen.go#L53: _ bin.Encoder = &BotsAccessSettings{}
tl_bots_access_settings_gen.go#L54: _ bin.Decoder = &BotsAccessSettings{}
tl_bots_access_settings_gen.go#L55: _ bin.BareEncoder = &BotsAccessSettings{}
tl_bots_access_settings_gen.go#L56: _ bin.BareDecoder = &BotsAccessSettings{}
tl_bots_access_settings_gen.go#L59: func (a *BotsAccessSettings) Zero() bool {
tl_bots_access_settings_gen.go#L77: func (a *BotsAccessSettings) String() string {
tl_bots_access_settings_gen.go#L81: type Alias BotsAccessSettings
tl_bots_access_settings_gen.go#L86: func (a *BotsAccessSettings) FillFrom(from interface {
tl_bots_access_settings_gen.go#L100: func (*BotsAccessSettings) TypeID() uint32 {
tl_bots_access_settings_gen.go#L105: func (*BotsAccessSettings) TypeName() string {
tl_bots_access_settings_gen.go#L110: func (a *BotsAccessSettings) TypeInfo() tdp.Type {
tl_bots_access_settings_gen.go#L135: func (a *BotsAccessSettings) SetFlags() {
tl_bots_access_settings_gen.go#L145: func (a *BotsAccessSettings) Encode(b *bin.Buffer) error {
tl_bots_access_settings_gen.go#L154: func (a *BotsAccessSettings) EncodeBare(b *bin.Buffer) error {
tl_bots_access_settings_gen.go#L177: func (a *BotsAccessSettings) Decode(b *bin.Buffer) error {
tl_bots_access_settings_gen.go#L188: func (a *BotsAccessSettings) DecodeBare(b *bin.Buffer) error {
tl_bots_access_settings_gen.go#L219: func (a *BotsAccessSettings) SetRestricted(value bool) {
tl_bots_access_settings_gen.go#L230: func (a *BotsAccessSettings) GetRestricted() (value bool) {
tl_bots_access_settings_gen.go#L238: func (a *BotsAccessSettings) SetAddUsers(value []UserClass) {
tl_bots_access_settings_gen.go#L245: func (a *BotsAccessSettings) GetAddUsers() (value []UserClass, ok bool) {
tl_bots_access_settings_gen.go#L256: func (a *BotsAccessSettings) MapAddUsers() (value UserClassArray, ok bool) {
tl_bots_get_access_settings_gen.go#L171: func (c *Client) BotsGetAccessSettings(ctx context.Context, bot InputUserClass) (*BotsAccessSettings, error) {
tl_bots_get_access_settings_gen.go#L172: var result BotsAccessSettings
tl_registry_gen.go#L6499: BotsAccessSettingsTypeID: func() bin.Object { return &BotsAccessSettings{} },
tl_server_gen.go#L10607: func (s *ServerDispatcher) OnBotsGetAccessSettings(f func(ctx context.Context, bot InputUserClass) (*BotsAccessSettings, error)) {
![]() |
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. |