type github.com/gotd/td/tg.ChannelParticipantsRecent
19 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_gen.go#L38: type ChannelParticipantsRecent struct {
tl_channel_participants_filter_gen.go#L45: func (c ChannelParticipantsRecent) construct() ChannelParticipantsFilterClass { return &c }
tl_channel_participants_filter_gen.go#L49: _ bin.Encoder = &ChannelParticipantsRecent{}
tl_channel_participants_filter_gen.go#L50: _ bin.Decoder = &ChannelParticipantsRecent{}
tl_channel_participants_filter_gen.go#L51: _ bin.BareEncoder = &ChannelParticipantsRecent{}
tl_channel_participants_filter_gen.go#L52: _ bin.BareDecoder = &ChannelParticipantsRecent{}
tl_channel_participants_filter_gen.go#L54: _ ChannelParticipantsFilterClass = &ChannelParticipantsRecent{}
tl_channel_participants_filter_gen.go#L57: func (c *ChannelParticipantsRecent) Zero() bool {
tl_channel_participants_filter_gen.go#L66: func (c *ChannelParticipantsRecent) String() string {
tl_channel_participants_filter_gen.go#L70: type Alias ChannelParticipantsRecent
tl_channel_participants_filter_gen.go#L77: func (*ChannelParticipantsRecent) TypeID() uint32 {
tl_channel_participants_filter_gen.go#L82: func (*ChannelParticipantsRecent) TypeName() string {
tl_channel_participants_filter_gen.go#L87: func (c *ChannelParticipantsRecent) TypeInfo() tdp.Type {
tl_channel_participants_filter_gen.go#L101: func (c *ChannelParticipantsRecent) Encode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L110: func (c *ChannelParticipantsRecent) EncodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L118: func (c *ChannelParticipantsRecent) Decode(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L129: func (c *ChannelParticipantsRecent) DecodeBare(b *bin.Buffer) error {
tl_channel_participants_filter_gen.go#L1167: v := ChannelParticipantsRecent{}
tl_registry_gen.go#L4164: ChannelParticipantsRecentTypeID: func() bin.Object { return &ChannelParticipantsRecent{} },
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. |