github.com/gotd/td/tg.ChatParticipantsForbidden.SelfParticipant (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participants_gen.go#L53: 	SelfParticipant ChatParticipantClass
		tl_chat_participants_gen.go#L82: 	if !(c.SelfParticipant == nil) {
		tl_chat_participants_gen.go#L105: 		c.SelfParticipant = val
		tl_chat_participants_gen.go#L148: 	if !(c.SelfParticipant == nil) {
		tl_chat_participants_gen.go#L173: 		if c.SelfParticipant == nil {
		tl_chat_participants_gen.go#L176: 		if err := c.SelfParticipant.Encode(b); err != nil {
		tl_chat_participants_gen.go#L216: 		c.SelfParticipant = value
		tl_chat_participants_gen.go#L232: 	c.SelfParticipant = value
		tl_chat_participants_gen.go#L244: 	return c.SelfParticipant, true