type github.com/gotd/td/tg.ChannelParticipant
34 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L38: type ChannelParticipant struct {
tl_channel_participant_gen.go#L49: func (c ChannelParticipant) construct() ChannelParticipantClass { return &c }
tl_channel_participant_gen.go#L53: _ bin.Encoder = &ChannelParticipant{}
tl_channel_participant_gen.go#L54: _ bin.Decoder = &ChannelParticipant{}
tl_channel_participant_gen.go#L55: _ bin.BareEncoder = &ChannelParticipant{}
tl_channel_participant_gen.go#L56: _ bin.BareDecoder = &ChannelParticipant{}
tl_channel_participant_gen.go#L58: _ ChannelParticipantClass = &ChannelParticipant{}
tl_channel_participant_gen.go#L61: func (c *ChannelParticipant) Zero() bool {
tl_channel_participant_gen.go#L76: func (c *ChannelParticipant) String() string {
tl_channel_participant_gen.go#L80: type Alias ChannelParticipant
tl_channel_participant_gen.go#L85: func (c *ChannelParticipant) FillFrom(from interface {
tl_channel_participant_gen.go#L96: func (*ChannelParticipant) TypeID() uint32 {
tl_channel_participant_gen.go#L101: func (*ChannelParticipant) TypeName() string {
tl_channel_participant_gen.go#L106: func (c *ChannelParticipant) TypeInfo() tdp.Type {
tl_channel_participant_gen.go#L129: func (c *ChannelParticipant) Encode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L138: func (c *ChannelParticipant) EncodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L148: func (c *ChannelParticipant) Decode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L159: func (c *ChannelParticipant) DecodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L181: func (c *ChannelParticipant) GetUserID() (value int64) {
tl_channel_participant_gen.go#L189: func (c *ChannelParticipant) GetDate() (value int) {
tl_channel_participant_gen.go#L1549: v := ChannelParticipant{}
tl_channel_participant_slices_gen.go#L122: value, ok := elem.(*ChannelParticipant)
tl_channel_participant_slices_gen.go#L198: type ChannelParticipantArray []ChannelParticipant
tl_channel_participant_slices_gen.go#L201: func (s ChannelParticipantArray) Sort(less func(a, b ChannelParticipant) bool) ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L209: func (s ChannelParticipantArray) SortStable(less func(a, b ChannelParticipant) bool) ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L217: func (s ChannelParticipantArray) Retain(keep func(x ChannelParticipant) bool) ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L231: func (s ChannelParticipantArray) First() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L239: func (s ChannelParticipantArray) Last() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L247: func (s *ChannelParticipantArray) PopFirst() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L257: var zero ChannelParticipant
tl_channel_participant_slices_gen.go#L266: func (s *ChannelParticipantArray) Pop() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L281: return s.Sort(func(a, b ChannelParticipant) bool {
tl_channel_participant_slices_gen.go#L288: return s.SortStable(func(a, b ChannelParticipant) bool {
tl_registry_gen.go#L4158: ChannelParticipantTypeID: func() bin.Object { return &ChannelParticipant{} },
|
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. |