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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participants_filter_gen.go#L242: type ChannelParticipantsKicked struct {
		tl_channel_participants_filter_gen.go#L251: func (c ChannelParticipantsKicked) construct() ChannelParticipantsFilterClass { return &c }
		tl_channel_participants_filter_gen.go#L255: 	_ bin.Encoder     = &ChannelParticipantsKicked{}
		tl_channel_participants_filter_gen.go#L256: 	_ bin.Decoder     = &ChannelParticipantsKicked{}
		tl_channel_participants_filter_gen.go#L257: 	_ bin.BareEncoder = &ChannelParticipantsKicked{}
		tl_channel_participants_filter_gen.go#L258: 	_ bin.BareDecoder = &ChannelParticipantsKicked{}
		tl_channel_participants_filter_gen.go#L260: 	_ ChannelParticipantsFilterClass = &ChannelParticipantsKicked{}
		tl_channel_participants_filter_gen.go#L263: func (c *ChannelParticipantsKicked) Zero() bool {
		tl_channel_participants_filter_gen.go#L275: func (c *ChannelParticipantsKicked) String() string {
		tl_channel_participants_filter_gen.go#L279: 	type Alias ChannelParticipantsKicked
		tl_channel_participants_filter_gen.go#L284: func (c *ChannelParticipantsKicked) FillFrom(from interface {
		tl_channel_participants_filter_gen.go#L293: func (*ChannelParticipantsKicked) TypeID() uint32 {
		tl_channel_participants_filter_gen.go#L298: func (*ChannelParticipantsKicked) TypeName() string {
		tl_channel_participants_filter_gen.go#L303: func (c *ChannelParticipantsKicked) TypeInfo() tdp.Type {
		tl_channel_participants_filter_gen.go#L322: func (c *ChannelParticipantsKicked) Encode(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L331: func (c *ChannelParticipantsKicked) EncodeBare(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L340: func (c *ChannelParticipantsKicked) Decode(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L351: func (c *ChannelParticipantsKicked) DecodeBare(b *bin.Buffer) error {
		tl_channel_participants_filter_gen.go#L366: func (c *ChannelParticipantsKicked) GetQ() (value string) {
		tl_channel_participants_filter_gen.go#L1181: 		v := ChannelParticipantsKicked{}
		tl_channel_participants_filter_slices_gen.go#L122: 		value, ok := elem.(*ChannelParticipantsKicked)
		tl_channel_participants_filter_slices_gen.go#L185: type ChannelParticipantsKickedArray []ChannelParticipantsKicked
		tl_channel_participants_filter_slices_gen.go#L188: func (s ChannelParticipantsKickedArray) Sort(less func(a, b ChannelParticipantsKicked) bool) ChannelParticipantsKickedArray {
		tl_channel_participants_filter_slices_gen.go#L196: func (s ChannelParticipantsKickedArray) SortStable(less func(a, b ChannelParticipantsKicked) bool) ChannelParticipantsKickedArray {
		tl_channel_participants_filter_slices_gen.go#L204: func (s ChannelParticipantsKickedArray) Retain(keep func(x ChannelParticipantsKicked) bool) ChannelParticipantsKickedArray {
		tl_channel_participants_filter_slices_gen.go#L218: func (s ChannelParticipantsKickedArray) First() (v ChannelParticipantsKicked, ok bool) {
		tl_channel_participants_filter_slices_gen.go#L226: func (s ChannelParticipantsKickedArray) Last() (v ChannelParticipantsKicked, ok bool) {
		tl_channel_participants_filter_slices_gen.go#L234: func (s *ChannelParticipantsKickedArray) PopFirst() (v ChannelParticipantsKicked, ok bool) {
		tl_channel_participants_filter_slices_gen.go#L244: 	var zero ChannelParticipantsKicked
		tl_channel_participants_filter_slices_gen.go#L253: func (s *ChannelParticipantsKickedArray) Pop() (v ChannelParticipantsKicked, ok bool) {
		tl_registry_gen.go#L4166: 		ChannelParticipantsKickedTypeID:                          func() bin.Object { return &ChannelParticipantsKicked{} },