type github.com/gotd/td/tg.ChannelParticipantsAdmins
19 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_gen.go#L140: type ChannelParticipantsAdmins struct {
tl_channel_participants_filter_gen.go#L147: func (c ChannelParticipantsAdmins) construct() ChannelParticipantsFilterClass { return &c }
tl_channel_participants_filter_gen.go#L151: _ bin.Encoder = &ChannelParticipantsAdmins{}
tl_channel_participants_filter_gen.go#L152: _ bin.Decoder = &ChannelParticipantsAdmins{}
tl_channel_participants_filter_gen.go#L153: _ bin.BareEncoder = &ChannelParticipantsAdmins{}
tl_channel_participants_filter_gen.go#L154: _ bin.BareDecoder = &ChannelParticipantsAdmins{}
tl_channel_participants_filter_gen.go#L156: _ ChannelParticipantsFilterClass = &ChannelParticipantsAdmins{}
tl_channel_participants_filter_gen.go#L159: func (c *ChannelParticipantsAdmins) Zero() bool {
tl_channel_participants_filter_gen.go#L168: func (c *ChannelParticipantsAdmins) String() string {
tl_channel_participants_filter_gen.go#L172: type Alias ChannelParticipantsAdmins
tl_channel_participants_filter_gen.go#L179: func (*ChannelParticipantsAdmins) TypeID() uint32 {
tl_channel_participants_filter_gen.go#L184: func (*ChannelParticipantsAdmins) TypeName() string {
tl_channel_participants_filter_gen.go#L189: func (c *ChannelParticipantsAdmins) TypeInfo() tdp.Type {
tl_channel_participants_filter_gen.go#L203: func (c *ChannelParticipantsAdmins) Encode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L212: func (c *ChannelParticipantsAdmins) EncodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L220: func (c *ChannelParticipantsAdmins) Decode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L231: func (c *ChannelParticipantsAdmins) DecodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L1174: v := ChannelParticipantsAdmins{}
tl_registry_gen.go#L4165: ChannelParticipantsAdminsTypeID: func() bin.Object { return &ChannelParticipantsAdmins{} },
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. |