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

42 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participant_gen.go#L324: type ChannelParticipantSelf struct {
		tl_channel_participant_gen.go#L359: func (c ChannelParticipantSelf) construct() ChannelParticipantClass { return &c }
		tl_channel_participant_gen.go#L363: 	_ bin.Encoder     = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L364: 	_ bin.Decoder     = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L365: 	_ bin.BareEncoder = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L366: 	_ bin.BareDecoder = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L368: 	_ ChannelParticipantClass = &ChannelParticipantSelf{}
		tl_channel_participant_gen.go#L371: func (c *ChannelParticipantSelf) Zero() bool {
		tl_channel_participant_gen.go#L401: func (c *ChannelParticipantSelf) String() string {
		tl_channel_participant_gen.go#L405: 	type Alias ChannelParticipantSelf
		tl_channel_participant_gen.go#L410: func (c *ChannelParticipantSelf) FillFrom(from interface {
		tl_channel_participant_gen.go#L435: func (*ChannelParticipantSelf) TypeID() uint32 {
		tl_channel_participant_gen.go#L440: func (*ChannelParticipantSelf) TypeName() string {
		tl_channel_participant_gen.go#L445: func (c *ChannelParticipantSelf) TypeInfo() tdp.Type {
		tl_channel_participant_gen.go#L487: func (c *ChannelParticipantSelf) SetFlags() {
		tl_channel_participant_gen.go#L500: func (c *ChannelParticipantSelf) Encode(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L509: func (c *ChannelParticipantSelf) EncodeBare(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L530: func (c *ChannelParticipantSelf) Decode(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L541: func (c *ChannelParticipantSelf) DecodeBare(b *bin.Buffer) error {
		tl_channel_participant_gen.go#L590: func (c *ChannelParticipantSelf) SetViaRequest(value bool) {
		tl_channel_participant_gen.go#L601: func (c *ChannelParticipantSelf) GetViaRequest() (value bool) {
		tl_channel_participant_gen.go#L609: func (c *ChannelParticipantSelf) GetUserID() (value int64) {
		tl_channel_participant_gen.go#L617: func (c *ChannelParticipantSelf) GetInviterID() (value int64) {
		tl_channel_participant_gen.go#L625: func (c *ChannelParticipantSelf) GetDate() (value int) {
		tl_channel_participant_gen.go#L633: func (c *ChannelParticipantSelf) SetSubscriptionUntilDate(value int) {
		tl_channel_participant_gen.go#L640: func (c *ChannelParticipantSelf) GetSubscriptionUntilDate() (value int, ok bool) {
		tl_channel_participant_gen.go#L651: func (c *ChannelParticipantSelf) SetRank(value string) {
		tl_channel_participant_gen.go#L658: func (c *ChannelParticipantSelf) GetRank() (value string, ok bool) {
		tl_channel_participant_gen.go#L1847: 		v := ChannelParticipantSelf{}
		tl_channel_participant_slices_gen.go#L135: 		value, ok := elem.(*ChannelParticipantSelf)
		tl_channel_participant_slices_gen.go#L294: type ChannelParticipantSelfArray []ChannelParticipantSelf
		tl_channel_participant_slices_gen.go#L297: func (s ChannelParticipantSelfArray) Sort(less func(a, b ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
		tl_channel_participant_slices_gen.go#L305: func (s ChannelParticipantSelfArray) SortStable(less func(a, b ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
		tl_channel_participant_slices_gen.go#L313: func (s ChannelParticipantSelfArray) Retain(keep func(x ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
		tl_channel_participant_slices_gen.go#L327: func (s ChannelParticipantSelfArray) First() (v ChannelParticipantSelf, ok bool) {
		tl_channel_participant_slices_gen.go#L335: func (s ChannelParticipantSelfArray) Last() (v ChannelParticipantSelf, ok bool) {
		tl_channel_participant_slices_gen.go#L343: func (s *ChannelParticipantSelfArray) PopFirst() (v ChannelParticipantSelf, ok bool) {
		tl_channel_participant_slices_gen.go#L353: 	var zero ChannelParticipantSelf
		tl_channel_participant_slices_gen.go#L362: func (s *ChannelParticipantSelfArray) Pop() (v ChannelParticipantSelf, ok bool) {
		tl_channel_participant_slices_gen.go#L377: 	return s.Sort(func(a, b ChannelParticipantSelf) bool {
		tl_channel_participant_slices_gen.go#L384: 	return s.SortStable(func(a, b ChannelParticipantSelf) bool {
		tl_registry_gen.go#L5548: 		ChannelParticipantSelfTypeID:                             func() bin.Object { return &ChannelParticipantSelf{} },