type github.com/gotd/td/tg.ChannelsGetAdminLogRequest
32 uses
github.com/gotd/td/tg (current package)
tl_channels_get_admin_log_gen.go#L41: type ChannelsGetAdminLogRequest struct {
tl_channels_get_admin_log_gen.go#L81: _ bin.Encoder = &ChannelsGetAdminLogRequest{}
tl_channels_get_admin_log_gen.go#L82: _ bin.Decoder = &ChannelsGetAdminLogRequest{}
tl_channels_get_admin_log_gen.go#L83: _ bin.BareEncoder = &ChannelsGetAdminLogRequest{}
tl_channels_get_admin_log_gen.go#L84: _ bin.BareDecoder = &ChannelsGetAdminLogRequest{}
tl_channels_get_admin_log_gen.go#L87: func (g *ChannelsGetAdminLogRequest) Zero() bool {
tl_channels_get_admin_log_gen.go#L120: func (g *ChannelsGetAdminLogRequest) String() string {
tl_channels_get_admin_log_gen.go#L124: type Alias ChannelsGetAdminLogRequest
tl_channels_get_admin_log_gen.go#L129: func (g *ChannelsGetAdminLogRequest) FillFrom(from interface {
tl_channels_get_admin_log_gen.go#L156: func (*ChannelsGetAdminLogRequest) TypeID() uint32 {
tl_channels_get_admin_log_gen.go#L161: func (*ChannelsGetAdminLogRequest) TypeName() string {
tl_channels_get_admin_log_gen.go#L166: func (g *ChannelsGetAdminLogRequest) TypeInfo() tdp.Type {
tl_channels_get_admin_log_gen.go#L211: func (g *ChannelsGetAdminLogRequest) SetFlags() {
tl_channels_get_admin_log_gen.go#L221: func (g *ChannelsGetAdminLogRequest) Encode(b *bin.Buffer) error {
tl_channels_get_admin_log_gen.go#L230: func (g *ChannelsGetAdminLogRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_get_admin_log_gen.go#L268: func (g *ChannelsGetAdminLogRequest) Decode(b *bin.Buffer) error {
tl_channels_get_admin_log_gen.go#L279: func (g *ChannelsGetAdminLogRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_get_admin_log_gen.go#L349: func (g *ChannelsGetAdminLogRequest) GetChannel() (value InputChannelClass) {
tl_channels_get_admin_log_gen.go#L357: func (g *ChannelsGetAdminLogRequest) GetQ() (value string) {
tl_channels_get_admin_log_gen.go#L365: func (g *ChannelsGetAdminLogRequest) SetEventsFilter(value ChannelAdminLogEventsFilter) {
tl_channels_get_admin_log_gen.go#L372: func (g *ChannelsGetAdminLogRequest) GetEventsFilter() (value ChannelAdminLogEventsFilter, ok bool) {
tl_channels_get_admin_log_gen.go#L383: func (g *ChannelsGetAdminLogRequest) SetAdmins(value []InputUserClass) {
tl_channels_get_admin_log_gen.go#L390: func (g *ChannelsGetAdminLogRequest) GetAdmins() (value []InputUserClass, ok bool) {
tl_channels_get_admin_log_gen.go#L401: func (g *ChannelsGetAdminLogRequest) GetMaxID() (value int64) {
tl_channels_get_admin_log_gen.go#L409: func (g *ChannelsGetAdminLogRequest) GetMinID() (value int64) {
tl_channels_get_admin_log_gen.go#L417: func (g *ChannelsGetAdminLogRequest) GetLimit() (value int) {
tl_channels_get_admin_log_gen.go#L425: func (g *ChannelsGetAdminLogRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_get_admin_log_gen.go#L430: func (g *ChannelsGetAdminLogRequest) MapAdmins() (value InputUserClassArray, ok bool) {
tl_channels_get_admin_log_gen.go#L452: func (c *Client) ChannelsGetAdminLog(ctx context.Context, request *ChannelsGetAdminLogRequest) (*ChannelsAdminLogResults, error) {
tl_registry_gen.go#L5203: ChannelsGetAdminLogRequestTypeID: func() bin.Object { return &ChannelsGetAdminLogRequest{} },
tl_server_gen.go#L7180: func (s *ServerDispatcher) OnChannelsGetAdminLog(f func(ctx context.Context, request *ChannelsGetAdminLogRequest) (*ChannelsAdminLogResults, error)) {
tl_server_gen.go#L7182: var request ChannelsGetAdminLogRequest
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. |