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

38 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_gen.go#L41: type ChatParticipant struct {
		tl_chat_participant_gen.go#L66: func (c ChatParticipant) construct() ChatParticipantClass { return &c }
		tl_chat_participant_gen.go#L70: 	_ bin.Encoder     = &ChatParticipant{}
		tl_chat_participant_gen.go#L71: 	_ bin.Decoder     = &ChatParticipant{}
		tl_chat_participant_gen.go#L72: 	_ bin.BareEncoder = &ChatParticipant{}
		tl_chat_participant_gen.go#L73: 	_ bin.BareDecoder = &ChatParticipant{}
		tl_chat_participant_gen.go#L75: 	_ ChatParticipantClass = &ChatParticipant{}
		tl_chat_participant_gen.go#L78: func (c *ChatParticipant) Zero() bool {
		tl_chat_participant_gen.go#L102: func (c *ChatParticipant) String() string {
		tl_chat_participant_gen.go#L106: 	type Alias ChatParticipant
		tl_chat_participant_gen.go#L111: func (c *ChatParticipant) FillFrom(from interface {
		tl_chat_participant_gen.go#L129: func (*ChatParticipant) TypeID() uint32 {
		tl_chat_participant_gen.go#L134: func (*ChatParticipant) TypeName() string {
		tl_chat_participant_gen.go#L139: func (c *ChatParticipant) TypeInfo() tdp.Type {
		tl_chat_participant_gen.go#L171: func (c *ChatParticipant) SetFlags() {
		tl_chat_participant_gen.go#L178: func (c *ChatParticipant) Encode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L187: func (c *ChatParticipant) EncodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L205: func (c *ChatParticipant) Decode(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L216: func (c *ChatParticipant) DecodeBare(b *bin.Buffer) error {
		tl_chat_participant_gen.go#L257: func (c *ChatParticipant) GetUserID() (value int64) {
		tl_chat_participant_gen.go#L265: func (c *ChatParticipant) GetInviterID() (value int64) {
		tl_chat_participant_gen.go#L273: func (c *ChatParticipant) GetDate() (value int) {
		tl_chat_participant_gen.go#L281: func (c *ChatParticipant) SetRank(value string) {
		tl_chat_participant_gen.go#L288: func (c *ChatParticipant) GetRank() (value string, ok bool) {
		tl_chat_participant_gen.go#L833: 		v := ChatParticipant{}
		tl_chat_participant_slices_gen.go#L122: 		value, ok := elem.(*ChatParticipant)
		tl_chat_participant_slices_gen.go#L159: type ChatParticipantArray []ChatParticipant
		tl_chat_participant_slices_gen.go#L162: func (s ChatParticipantArray) Sort(less func(a, b ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L170: func (s ChatParticipantArray) SortStable(less func(a, b ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L178: func (s ChatParticipantArray) Retain(keep func(x ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L192: func (s ChatParticipantArray) First() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L200: func (s ChatParticipantArray) Last() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L208: func (s *ChatParticipantArray) PopFirst() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L218: 	var zero ChatParticipant
		tl_chat_participant_slices_gen.go#L227: func (s *ChatParticipantArray) Pop() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L242: 	return s.Sort(func(a, b ChatParticipant) bool {
		tl_chat_participant_slices_gen.go#L249: 	return s.SortStable(func(a, b ChatParticipant) bool {
		tl_registry_gen.go#L4983: 		ChatParticipantTypeID:                                    func() bin.Object { return &ChatParticipant{} },