type github.com/gotd/td/tg.EncryptedChatRequested
51 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L416: type EncryptedChatRequested struct {
tl_encrypted_chat_gen.go#L450: func (e EncryptedChatRequested) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L454: _ bin.Encoder = &EncryptedChatRequested{}
tl_encrypted_chat_gen.go#L455: _ bin.Decoder = &EncryptedChatRequested{}
tl_encrypted_chat_gen.go#L456: _ bin.BareEncoder = &EncryptedChatRequested{}
tl_encrypted_chat_gen.go#L457: _ bin.BareDecoder = &EncryptedChatRequested{}
tl_encrypted_chat_gen.go#L459: _ EncryptedChatClass = &EncryptedChatRequested{}
tl_encrypted_chat_gen.go#L462: func (e *EncryptedChatRequested) Zero() bool {
tl_encrypted_chat_gen.go#L495: func (e *EncryptedChatRequested) String() string {
tl_encrypted_chat_gen.go#L499: type Alias EncryptedChatRequested
tl_encrypted_chat_gen.go#L504: func (e *EncryptedChatRequested) FillFrom(from interface {
tl_encrypted_chat_gen.go#L528: func (*EncryptedChatRequested) TypeID() uint32 {
tl_encrypted_chat_gen.go#L533: func (*EncryptedChatRequested) TypeName() string {
tl_encrypted_chat_gen.go#L538: func (e *EncryptedChatRequested) TypeInfo() tdp.Type {
tl_encrypted_chat_gen.go#L582: func (e *EncryptedChatRequested) SetFlags() {
tl_encrypted_chat_gen.go#L589: func (e *EncryptedChatRequested) Encode(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L598: func (e *EncryptedChatRequested) EncodeBare(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L619: func (e *EncryptedChatRequested) Decode(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L630: func (e *EncryptedChatRequested) DecodeBare(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L692: func (e *EncryptedChatRequested) SetFolderID(value int) {
tl_encrypted_chat_gen.go#L699: func (e *EncryptedChatRequested) GetFolderID() (value int, ok bool) {
tl_encrypted_chat_gen.go#L710: func (e *EncryptedChatRequested) GetID() (value int) {
tl_encrypted_chat_gen.go#L718: func (e *EncryptedChatRequested) GetAccessHash() (value int64) {
tl_encrypted_chat_gen.go#L726: func (e *EncryptedChatRequested) GetDate() (value int) {
tl_encrypted_chat_gen.go#L734: func (e *EncryptedChatRequested) GetAdminID() (value int64) {
tl_encrypted_chat_gen.go#L742: func (e *EncryptedChatRequested) GetParticipantID() (value int64) {
tl_encrypted_chat_gen.go#L750: func (e *EncryptedChatRequested) GetGA() (value []byte) {
tl_encrypted_chat_gen.go#L1340: func (e *EncryptedChatRequested) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1380: v := EncryptedChatRequested{}
tl_encrypted_chat_slices_gen.go#L196: func (s EncryptedChatClassArray) FillEncryptedChatRequestedMap(to map[int]*EncryptedChatRequested) {
tl_encrypted_chat_slices_gen.go#L198: value, ok := elem.(*EncryptedChatRequested)
tl_encrypted_chat_slices_gen.go#L207: func (s EncryptedChatClassArray) EncryptedChatRequestedToMap() map[int]*EncryptedChatRequested {
tl_encrypted_chat_slices_gen.go#L208: r := make(map[int]*EncryptedChatRequested, len(s))
tl_encrypted_chat_slices_gen.go#L216: value, ok := elem.(*EncryptedChatRequested)
tl_encrypted_chat_slices_gen.go#L596: type EncryptedChatRequestedArray []EncryptedChatRequested
tl_encrypted_chat_slices_gen.go#L599: func (s EncryptedChatRequestedArray) Sort(less func(a, b EncryptedChatRequested) bool) EncryptedChatRequestedArray {
tl_encrypted_chat_slices_gen.go#L607: func (s EncryptedChatRequestedArray) SortStable(less func(a, b EncryptedChatRequested) bool) EncryptedChatRequestedArray {
tl_encrypted_chat_slices_gen.go#L615: func (s EncryptedChatRequestedArray) Retain(keep func(x EncryptedChatRequested) bool) EncryptedChatRequestedArray {
tl_encrypted_chat_slices_gen.go#L629: func (s EncryptedChatRequestedArray) First() (v EncryptedChatRequested, ok bool) {
tl_encrypted_chat_slices_gen.go#L637: func (s EncryptedChatRequestedArray) Last() (v EncryptedChatRequested, ok bool) {
tl_encrypted_chat_slices_gen.go#L645: func (s *EncryptedChatRequestedArray) PopFirst() (v EncryptedChatRequested, ok bool) {
tl_encrypted_chat_slices_gen.go#L655: var zero EncryptedChatRequested
tl_encrypted_chat_slices_gen.go#L664: func (s *EncryptedChatRequestedArray) Pop() (v EncryptedChatRequested, ok bool) {
tl_encrypted_chat_slices_gen.go#L679: return s.Sort(func(a, b EncryptedChatRequested) bool {
tl_encrypted_chat_slices_gen.go#L686: return s.SortStable(func(a, b EncryptedChatRequested) bool {
tl_encrypted_chat_slices_gen.go#L693: return s.Sort(func(a, b EncryptedChatRequested) bool {
tl_encrypted_chat_slices_gen.go#L700: return s.SortStable(func(a, b EncryptedChatRequested) bool {
tl_encrypted_chat_slices_gen.go#L706: func (s EncryptedChatRequestedArray) FillMap(to map[int]EncryptedChatRequested) {
tl_encrypted_chat_slices_gen.go#L713: func (s EncryptedChatRequestedArray) ToMap() map[int]EncryptedChatRequested {
tl_encrypted_chat_slices_gen.go#L714: r := make(map[int]EncryptedChatRequested, len(s))
tl_registry_gen.go#L3975: EncryptedChatRequestedTypeID: func() bin.Object { return &EncryptedChatRequested{} },
|
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. |