type github.com/gotd/td/tg.DefaultHistoryTTL
21 uses
github.com/gotd/td/tg (current package)
tl_default_history_ttl_gen.go#L39: type DefaultHistoryTTL struct {
tl_default_history_ttl_gen.go#L49: _ bin.Encoder = &DefaultHistoryTTL{}
tl_default_history_ttl_gen.go#L50: _ bin.Decoder = &DefaultHistoryTTL{}
tl_default_history_ttl_gen.go#L51: _ bin.BareEncoder = &DefaultHistoryTTL{}
tl_default_history_ttl_gen.go#L52: _ bin.BareDecoder = &DefaultHistoryTTL{}
tl_default_history_ttl_gen.go#L55: func (d *DefaultHistoryTTL) Zero() bool {
tl_default_history_ttl_gen.go#L67: func (d *DefaultHistoryTTL) String() string {
tl_default_history_ttl_gen.go#L71: type Alias DefaultHistoryTTL
tl_default_history_ttl_gen.go#L76: func (d *DefaultHistoryTTL) FillFrom(from interface {
tl_default_history_ttl_gen.go#L85: func (*DefaultHistoryTTL) TypeID() uint32 {
tl_default_history_ttl_gen.go#L90: func (*DefaultHistoryTTL) TypeName() string {
tl_default_history_ttl_gen.go#L95: func (d *DefaultHistoryTTL) TypeInfo() tdp.Type {
tl_default_history_ttl_gen.go#L114: func (d *DefaultHistoryTTL) Encode(b *bin.Buffer) error {
tl_default_history_ttl_gen.go#L123: func (d *DefaultHistoryTTL) EncodeBare(b *bin.Buffer) error {
tl_default_history_ttl_gen.go#L132: func (d *DefaultHistoryTTL) Decode(b *bin.Buffer) error {
tl_default_history_ttl_gen.go#L143: func (d *DefaultHistoryTTL) DecodeBare(b *bin.Buffer) error {
tl_default_history_ttl_gen.go#L158: func (d *DefaultHistoryTTL) GetPeriod() (value int) {
tl_messages_get_default_history_ttl_gen.go#L136: func (c *Client) MessagesGetDefaultHistoryTTL(ctx context.Context) (*DefaultHistoryTTL, error) {
tl_messages_get_default_history_ttl_gen.go#L137: var result DefaultHistoryTTL
tl_registry_gen.go#L4714: DefaultHistoryTTLTypeID: func() bin.Object { return &DefaultHistoryTTL{} },
tl_server_gen.go#L5891: func (s *ServerDispatcher) OnMessagesGetDefaultHistoryTTL(f func(ctx context.Context) (*DefaultHistoryTTL, error)) {
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. |