type github.com/gotd/td/tg.InputEncryptedChat
47 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L1296: func (e *EncryptedChat) AsInput() *InputEncryptedChat {
tl_encrypted_chat_gen.go#L1297: value := new(InputEncryptedChat)
tl_input_encrypted_chat_gen.go#L38: type InputEncryptedChat struct {
tl_input_encrypted_chat_gen.go#L56: _ bin.Encoder = &InputEncryptedChat{}
tl_input_encrypted_chat_gen.go#L57: _ bin.Decoder = &InputEncryptedChat{}
tl_input_encrypted_chat_gen.go#L58: _ bin.BareEncoder = &InputEncryptedChat{}
tl_input_encrypted_chat_gen.go#L59: _ bin.BareDecoder = &InputEncryptedChat{}
tl_input_encrypted_chat_gen.go#L62: func (i *InputEncryptedChat) Zero() bool {
tl_input_encrypted_chat_gen.go#L77: func (i *InputEncryptedChat) String() string {
tl_input_encrypted_chat_gen.go#L81: type Alias InputEncryptedChat
tl_input_encrypted_chat_gen.go#L86: func (i *InputEncryptedChat) FillFrom(from interface {
tl_input_encrypted_chat_gen.go#L97: func (*InputEncryptedChat) TypeID() uint32 {
tl_input_encrypted_chat_gen.go#L102: func (*InputEncryptedChat) TypeName() string {
tl_input_encrypted_chat_gen.go#L107: func (i *InputEncryptedChat) TypeInfo() tdp.Type {
tl_input_encrypted_chat_gen.go#L130: func (i *InputEncryptedChat) Encode(b *bin.Buffer) error {
tl_input_encrypted_chat_gen.go#L139: func (i *InputEncryptedChat) EncodeBare(b *bin.Buffer) error {
tl_input_encrypted_chat_gen.go#L149: func (i *InputEncryptedChat) Decode(b *bin.Buffer) error {
tl_input_encrypted_chat_gen.go#L160: func (i *InputEncryptedChat) DecodeBare(b *bin.Buffer) error {
tl_input_encrypted_chat_gen.go#L182: func (i *InputEncryptedChat) GetChatID() (value int) {
tl_input_encrypted_chat_gen.go#L190: func (i *InputEncryptedChat) GetAccessHash() (value int64) {
tl_messages_accept_encryption_gen.go#L40: Peer InputEncryptedChat
tl_messages_accept_encryption_gen.go#L89: GetPeer() (value InputEncryptedChat)
tl_messages_accept_encryption_gen.go#L198: func (a *MessagesAcceptEncryptionRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_read_encrypted_history_gen.go#L40: Peer InputEncryptedChat
tl_messages_read_encrypted_history_gen.go#L81: GetPeer() (value InputEncryptedChat)
tl_messages_read_encrypted_history_gen.go#L176: func (r *MessagesReadEncryptedHistoryRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_report_encrypted_spam_gen.go#L40: Peer InputEncryptedChat
tl_messages_report_encrypted_spam_gen.go#L76: GetPeer() (value InputEncryptedChat)
tl_messages_report_encrypted_spam_gen.go#L157: func (r *MessagesReportEncryptedSpamRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_report_encrypted_spam_gen.go#L172: func (c *Client) MessagesReportEncryptedSpam(ctx context.Context, peer InputEncryptedChat) (bool, error) {
tl_messages_send_encrypted_file_gen.go#L47: Peer InputEncryptedChat
tl_messages_send_encrypted_file_gen.go#L109: GetPeer() (value InputEncryptedChat)
tl_messages_send_encrypted_file_gen.go#L279: func (s *MessagesSendEncryptedFileRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_send_encrypted_gen.go#L47: Peer InputEncryptedChat
tl_messages_send_encrypted_gen.go#L104: GetPeer() (value InputEncryptedChat)
tl_messages_send_encrypted_gen.go#L255: func (s *MessagesSendEncryptedRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_send_encrypted_service_gen.go#L40: Peer InputEncryptedChat
tl_messages_send_encrypted_service_gen.go#L90: GetPeer() (value InputEncryptedChat)
tl_messages_send_encrypted_service_gen.go#L199: func (s *MessagesSendEncryptedServiceRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_set_encrypted_typing_gen.go#L40: Peer InputEncryptedChat
tl_messages_set_encrypted_typing_gen.go#L86: GetPeer() (value InputEncryptedChat)
tl_messages_set_encrypted_typing_gen.go#L181: func (s *MessagesSetEncryptedTypingRequest) GetPeer() (value InputEncryptedChat) {
tl_messages_upload_encrypted_file_gen.go#L40: Peer InputEncryptedChat
tl_messages_upload_encrypted_file_gen.go#L81: GetPeer() (value InputEncryptedChat)
tl_messages_upload_encrypted_file_gen.go#L181: func (u *MessagesUploadEncryptedFileRequest) GetPeer() (value InputEncryptedChat) {
tl_registry_gen.go#L3978: InputEncryptedChatTypeID: func() bin.Object { return &InputEncryptedChat{} },
tl_server_gen.go#L3274: func (s *ServerDispatcher) OnMessagesReportEncryptedSpam(f func(ctx context.Context, peer InputEncryptedChat) (bool, error)) {
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. |