type github.com/gotd/td/tg.PrivacyValueAllowChatParticipants
32 uses
github.com/gotd/td/tg (current package)
tl_privacy_rule_gen.go#L742: type PrivacyValueAllowChatParticipants struct {
tl_privacy_rule_gen.go#L751: func (p PrivacyValueAllowChatParticipants) construct() PrivacyRuleClass { return &p }
tl_privacy_rule_gen.go#L755: _ bin.Encoder = &PrivacyValueAllowChatParticipants{}
tl_privacy_rule_gen.go#L756: _ bin.Decoder = &PrivacyValueAllowChatParticipants{}
tl_privacy_rule_gen.go#L757: _ bin.BareEncoder = &PrivacyValueAllowChatParticipants{}
tl_privacy_rule_gen.go#L758: _ bin.BareDecoder = &PrivacyValueAllowChatParticipants{}
tl_privacy_rule_gen.go#L760: _ PrivacyRuleClass = &PrivacyValueAllowChatParticipants{}
tl_privacy_rule_gen.go#L763: func (p *PrivacyValueAllowChatParticipants) Zero() bool {
tl_privacy_rule_gen.go#L775: func (p *PrivacyValueAllowChatParticipants) String() string {
tl_privacy_rule_gen.go#L779: type Alias PrivacyValueAllowChatParticipants
tl_privacy_rule_gen.go#L784: func (p *PrivacyValueAllowChatParticipants) FillFrom(from interface {
tl_privacy_rule_gen.go#L793: func (*PrivacyValueAllowChatParticipants) TypeID() uint32 {
tl_privacy_rule_gen.go#L798: func (*PrivacyValueAllowChatParticipants) TypeName() string {
tl_privacy_rule_gen.go#L803: func (p *PrivacyValueAllowChatParticipants) TypeInfo() tdp.Type {
tl_privacy_rule_gen.go#L822: func (p *PrivacyValueAllowChatParticipants) Encode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L831: func (p *PrivacyValueAllowChatParticipants) EncodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L843: func (p *PrivacyValueAllowChatParticipants) Decode(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L854: func (p *PrivacyValueAllowChatParticipants) DecodeBare(b *bin.Buffer) error {
tl_privacy_rule_gen.go#L879: func (p *PrivacyValueAllowChatParticipants) GetChats() (value []int64) {
tl_privacy_rule_gen.go#L1184: func (p *PrivacyValueAllowChatParticipants) AsInput() *InputPrivacyValueAllowChatParticipants {
tl_privacy_rule_gen.go#L1250: v := PrivacyValueAllowChatParticipants{}
tl_privacy_rule_slices_gen.go#L148: value, ok := elem.(*PrivacyValueAllowChatParticipants)
tl_privacy_rule_slices_gen.go#L336: type PrivacyValueAllowChatParticipantsArray []PrivacyValueAllowChatParticipants
tl_privacy_rule_slices_gen.go#L339: func (s PrivacyValueAllowChatParticipantsArray) Sort(less func(a, b PrivacyValueAllowChatParticipants) bool) PrivacyValueAllowChatParticipantsArray {
tl_privacy_rule_slices_gen.go#L347: func (s PrivacyValueAllowChatParticipantsArray) SortStable(less func(a, b PrivacyValueAllowChatParticipants) bool) PrivacyValueAllowChatParticipantsArray {
tl_privacy_rule_slices_gen.go#L355: func (s PrivacyValueAllowChatParticipantsArray) Retain(keep func(x PrivacyValueAllowChatParticipants) bool) PrivacyValueAllowChatParticipantsArray {
tl_privacy_rule_slices_gen.go#L369: func (s PrivacyValueAllowChatParticipantsArray) First() (v PrivacyValueAllowChatParticipants, ok bool) {
tl_privacy_rule_slices_gen.go#L377: func (s PrivacyValueAllowChatParticipantsArray) Last() (v PrivacyValueAllowChatParticipants, ok bool) {
tl_privacy_rule_slices_gen.go#L385: func (s *PrivacyValueAllowChatParticipantsArray) PopFirst() (v PrivacyValueAllowChatParticipants, ok bool) {
tl_privacy_rule_slices_gen.go#L395: var zero PrivacyValueAllowChatParticipants
tl_privacy_rule_slices_gen.go#L404: func (s *PrivacyValueAllowChatParticipantsArray) Pop() (v PrivacyValueAllowChatParticipants, ok bool) {
tl_registry_gen.go#L4055: PrivacyValueAllowChatParticipantsTypeID: func() bin.Object { return &PrivacyValueAllowChatParticipants{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |