type github.com/gotd/td/tg.ChannelParticipantLeft

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participant_gen.go#L1363: type ChannelParticipantLeft struct {
		tl_channel_participant_gen.go#L1372: func (c ChannelParticipantLeft) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L1376: 	_ bin.Encoder     = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1377: 	_ bin.Decoder     = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1378: 	_ bin.BareEncoder = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1379: 	_ bin.BareDecoder = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1381: 	_ ChannelParticipantClass = &ChannelParticipantLeft{}
		tl_channel_participant_gen.go#L1384: func (c *ChannelParticipantLeft) Zero() bool {
		tl_channel_participant_gen.go#L1396: func (c *ChannelParticipantLeft) String() string {
		tl_channel_participant_gen.go#L1400: 	type Alias ChannelParticipantLeft
		tl_channel_participant_gen.go#L1405: func (c *ChannelParticipantLeft) FillFrom(from interface {
		tl_channel_participant_gen.go#L1414: func (*ChannelParticipantLeft) TypeID() uint32 {
		tl_channel_participant_gen.go#L1419: func (*ChannelParticipantLeft) TypeName() string {
		tl_channel_participant_gen.go#L1424: func (c *ChannelParticipantLeft) TypeInfo() tdp.Type {
		tl_channel_participant_gen.go#L1443: func (c *ChannelParticipantLeft) Encode(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L1452: func (c *ChannelParticipantLeft) EncodeBare(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L1466: func (c *ChannelParticipantLeft) Decode(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L1477: func (c *ChannelParticipantLeft) DecodeBare(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L1492: func (c *ChannelParticipantLeft) GetPeer() (value PeerClass) {
		tl_channel_participant_gen.go#L1584: 		v := ChannelParticipantLeft{}
		tl_channel_participant_slices_gen.go#L187: 		value, ok := elem.(*ChannelParticipantLeft)
		tl_channel_participant_slices_gen.go#L664: type ChannelParticipantLeftArray []ChannelParticipantLeft
		tl_channel_participant_slices_gen.go#L667: func (s ChannelParticipantLeftArray) Sort(less func(a, b ChannelParticipantLeft) bool) ChannelParticipantLeftArray {
		tl_channel_participant_slices_gen.go#L675: func (s ChannelParticipantLeftArray) SortStable(less func(a, b ChannelParticipantLeft) bool) ChannelParticipantLeftArray {
		tl_channel_participant_slices_gen.go#L683: func (s ChannelParticipantLeftArray) Retain(keep func(x ChannelParticipantLeft) bool) ChannelParticipantLeftArray {
		tl_channel_participant_slices_gen.go#L697: func (s ChannelParticipantLeftArray) First() (v ChannelParticipantLeft, ok bool) {
		tl_channel_participant_slices_gen.go#L705: func (s ChannelParticipantLeftArray) Last() (v ChannelParticipantLeft, ok bool) {
		tl_channel_participant_slices_gen.go#L713: func (s *ChannelParticipantLeftArray) PopFirst() (v ChannelParticipantLeft, ok bool) {
		tl_channel_participant_slices_gen.go#L723: 	var zero ChannelParticipantLeft
		tl_channel_participant_slices_gen.go#L732: func (s *ChannelParticipantLeftArray) Pop() (v ChannelParticipantLeft, ok bool) {
		tl_registry_gen.go#L4163: 		ChannelParticipantLeftTypeID:                             func() bin.Object { return &ChannelParticipantLeft{} },