type github.com/gotd/td/tg.ChannelAdminLogEvent
26 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_gen.go#L38: type ChannelAdminLogEvent struct {
tl_channel_admin_log_event_gen.go#L54: _ bin.Encoder = &ChannelAdminLogEvent{}
tl_channel_admin_log_event_gen.go#L55: _ bin.Decoder = &ChannelAdminLogEvent{}
tl_channel_admin_log_event_gen.go#L56: _ bin.BareEncoder = &ChannelAdminLogEvent{}
tl_channel_admin_log_event_gen.go#L57: _ bin.BareDecoder = &ChannelAdminLogEvent{}
tl_channel_admin_log_event_gen.go#L60: func (c *ChannelAdminLogEvent) Zero() bool {
tl_channel_admin_log_event_gen.go#L81: func (c *ChannelAdminLogEvent) String() string {
tl_channel_admin_log_event_gen.go#L85: type Alias ChannelAdminLogEvent
tl_channel_admin_log_event_gen.go#L90: func (c *ChannelAdminLogEvent) FillFrom(from interface {
tl_channel_admin_log_event_gen.go#L105: func (*ChannelAdminLogEvent) TypeID() uint32 {
tl_channel_admin_log_event_gen.go#L110: func (*ChannelAdminLogEvent) TypeName() string {
tl_channel_admin_log_event_gen.go#L115: func (c *ChannelAdminLogEvent) TypeInfo() tdp.Type {
tl_channel_admin_log_event_gen.go#L146: func (c *ChannelAdminLogEvent) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_gen.go#L155: func (c *ChannelAdminLogEvent) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_gen.go#L172: func (c *ChannelAdminLogEvent) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_gen.go#L183: func (c *ChannelAdminLogEvent) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_gen.go#L219: func (c *ChannelAdminLogEvent) GetID() (value int64) {
tl_channel_admin_log_event_gen.go#L227: func (c *ChannelAdminLogEvent) GetDate() (value int) {
tl_channel_admin_log_event_gen.go#L235: func (c *ChannelAdminLogEvent) GetUserID() (value int64) {
tl_channel_admin_log_event_gen.go#L243: func (c *ChannelAdminLogEvent) GetAction() (value ChannelAdminLogEventActionClass) {
tl_channels_admin_log_results_gen.go#L40: Events []ChannelAdminLogEvent
tl_channels_admin_log_results_gen.go#L86: GetEvents() (value []ChannelAdminLogEvent)
tl_channels_admin_log_results_gen.go#L198: a.Events = make([]ChannelAdminLogEvent, 0, headerLen%bin.PreallocateLimit)
tl_channels_admin_log_results_gen.go#L201: var value ChannelAdminLogEvent
tl_channels_admin_log_results_gen.go#L246: func (a *ChannelsAdminLogResults) GetEvents() (value []ChannelAdminLogEvent) {
tl_registry_gen.go#L4399: ChannelAdminLogEventTypeID: func() bin.Object { return &ChannelAdminLogEvent{} },
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. |