type github.com/gotd/td/tg.InputPrivacyValueAllowChatParticipants
33 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L762: type InputPrivacyValueAllowChatParticipants struct {
tl_input_privacy_rule_gen.go#L777: func (i InputPrivacyValueAllowChatParticipants) construct() InputPrivacyRuleClass { return &i }
tl_input_privacy_rule_gen.go#L781: _ bin.Encoder = &InputPrivacyValueAllowChatParticipants{}
tl_input_privacy_rule_gen.go#L782: _ bin.Decoder = &InputPrivacyValueAllowChatParticipants{}
tl_input_privacy_rule_gen.go#L783: _ bin.BareEncoder = &InputPrivacyValueAllowChatParticipants{}
tl_input_privacy_rule_gen.go#L784: _ bin.BareDecoder = &InputPrivacyValueAllowChatParticipants{}
tl_input_privacy_rule_gen.go#L786: _ InputPrivacyRuleClass = &InputPrivacyValueAllowChatParticipants{}
tl_input_privacy_rule_gen.go#L789: func (i *InputPrivacyValueAllowChatParticipants) Zero() bool {
tl_input_privacy_rule_gen.go#L801: func (i *InputPrivacyValueAllowChatParticipants) String() string {
tl_input_privacy_rule_gen.go#L805: type Alias InputPrivacyValueAllowChatParticipants
tl_input_privacy_rule_gen.go#L810: func (i *InputPrivacyValueAllowChatParticipants) FillFrom(from interface {
tl_input_privacy_rule_gen.go#L819: func (*InputPrivacyValueAllowChatParticipants) TypeID() uint32 {
tl_input_privacy_rule_gen.go#L824: func (*InputPrivacyValueAllowChatParticipants) TypeName() string {
tl_input_privacy_rule_gen.go#L829: func (i *InputPrivacyValueAllowChatParticipants) TypeInfo() tdp.Type {
tl_input_privacy_rule_gen.go#L848: func (i *InputPrivacyValueAllowChatParticipants) Encode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L857: func (i *InputPrivacyValueAllowChatParticipants) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L869: func (i *InputPrivacyValueAllowChatParticipants) Decode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L880: func (i *InputPrivacyValueAllowChatParticipants) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L905: func (i *InputPrivacyValueAllowChatParticipants) GetChats() (value []int64) {
tl_input_privacy_rule_gen.go#L1594: v := InputPrivacyValueAllowChatParticipants{}
tl_input_privacy_rule_slices_gen.go#L148: value, ok := elem.(*InputPrivacyValueAllowChatParticipants)
tl_input_privacy_rule_slices_gen.go#L336: type InputPrivacyValueAllowChatParticipantsArray []InputPrivacyValueAllowChatParticipants
tl_input_privacy_rule_slices_gen.go#L339: func (s InputPrivacyValueAllowChatParticipantsArray) Sort(less func(a, b InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L347: func (s InputPrivacyValueAllowChatParticipantsArray) SortStable(less func(a, b InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L355: func (s InputPrivacyValueAllowChatParticipantsArray) Retain(keep func(x InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L369: func (s InputPrivacyValueAllowChatParticipantsArray) First() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L377: func (s InputPrivacyValueAllowChatParticipantsArray) Last() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L385: func (s *InputPrivacyValueAllowChatParticipantsArray) PopFirst() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L395: var zero InputPrivacyValueAllowChatParticipants
tl_input_privacy_rule_slices_gen.go#L404: func (s *InputPrivacyValueAllowChatParticipantsArray) Pop() (v InputPrivacyValueAllowChatParticipants, ok bool) {
tl_privacy_rule_gen.go#L1524: func (p *PrivacyValueAllowChatParticipants) AsInput() *InputPrivacyValueAllowChatParticipants {
tl_privacy_rule_gen.go#L1525: value := new(InputPrivacyValueAllowChatParticipants)
tl_registry_gen.go#L5422: InputPrivacyValueAllowChatParticipantsTypeID: func() bin.Object { return &InputPrivacyValueAllowChatParticipants{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |